Fixed favicon not loading in some cases (#679)

This commit is contained in:
HERO 2022-10-06 08:35:11 -07:00 committed by GitHub
parent 2c26f43035
commit b553ac58d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,19 +98,6 @@ export default {
rel: 'icon',
type: 'image/x-icon',
href: '/favicon.ico',
media: '(prefers-color-scheme:no-preference)',
},
{
rel: 'icon',
type: 'image/x-icon',
href: '/favicon-dark.ico',
media: '(prefers-color-scheme:dark)',
},
{
rel: 'icon',
type: 'image/x-icon',
href: '/favicon.ico',
media: '(prefers-color-scheme:light)',
},
{
rel: 'stylesheet',