DP favicon
This commit is contained in:
parent
af1dfe1a0b
commit
8247385779
1 changed files with 1 additions and 1 deletions
|
@ -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 = {};
|
||||
|
|
Loading…
Reference in a new issue