Skip to content

Commit 4e55ef0

Browse files
committed
add favicon
1 parent 9e3c4bf commit 4e55ef0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<title>Jekyll Admin</title>
6-
<link rel="shortcut icon" href="favicon.ico">
6+
<link rel="shortcut icon" href="/admin/favicon.ico">
77
</head>
88
<body>
99
<div id="root"></div>

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import routes from './routes';
88
import configureStore from './store/configureStore';
99
import { ADMIN_PREFIX } from './constants';
1010
import './styles/main.scss';
11+
import './assets/favicon.ico';
1112

1213
const store = configureStore();
1314
const history = syncHistoryWithStore(browserHistory, store);

0 commit comments

Comments
 (0)