We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e3c4bf commit 4e55ef0Copy full SHA for 4e55ef0
src/index.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5
<title>Jekyll Admin</title>
6
- <link rel="shortcut icon" href="favicon.ico">
+ <link rel="shortcut icon" href="/admin/favicon.ico">
7
</head>
8
<body>
9
<div id="root"></div>
src/index.js
@@ -8,6 +8,7 @@ import routes from './routes';
import configureStore from './store/configureStore';
import { ADMIN_PREFIX } from './constants';
10
import './styles/main.scss';
11
+import './assets/favicon.ico';
12
13
const store = configureStore();
14
const history = syncHistoryWithStore(browserHistory, store);
0 commit comments