DP favicon

This commit is contained in:
Ruben van de Ven 2020-09-28 10:41:24 +02:00
parent af1dfe1a0b
commit 8247385779
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export function renderIndex() {
${process.env.NODE_ENV === 'production' ? `<link rel='stylesheet' href='${assetsManifest['/app.css']}' />` : ''}
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel='icon' href=/assets/favicon.png' type='image/png' / >
<link rel='icon' href='/assets/favicon.png' type='image/png' / >
<script>
if (!window.process) {
window.process = {};