Fixed favicon not loading in some cases (#679)
This commit is contained in:
parent
2c26f43035
commit
b553ac58d3
@ -98,19 +98,6 @@ export default {
|
|||||||
rel: 'icon',
|
rel: 'icon',
|
||||||
type: 'image/x-icon',
|
type: 'image/x-icon',
|
||||||
href: '/favicon.ico',
|
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',
|
rel: 'stylesheet',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user