remove to-ico dependency, use png favicon

This commit is contained in:
les
2021-07-28 10:02:04 +02:00
parent 4b3f842546
commit 45a22b094a
10 changed files with 33 additions and 94 deletions

View File

@@ -11,7 +11,7 @@ module.exports = {
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
],
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }]
link: [{ rel: 'icon', type: 'image/png', href: '/logo.png' }]
},
dev: (process.env.NODE_ENV !== 'production'),