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.
2 parents 74853d0 + 59fa4c2 commit f398e76Copy full SHA for f398e76
server/views/index.js
@@ -12,7 +12,7 @@ export function renderIndex() {
12
${process.env.NODE_ENV === 'production' ? `<link rel='stylesheet' href='${assetsManifest['/app.css']}' />` : ''}
13
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
14
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
15
- <link rel='shortcut icon' href='favicon.ico' type='image/x-icon' / >
+ <link rel='shortcut icon' href='/favicon.ico' type='image/x-icon' / >
16
<script>
17
if (!window.process) {
18
window.process = {};
0 commit comments