You've already forked AstralRinth
forked from didirus/AstralRinth
Fixed favicon not loading in some cases (#679)
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user