Dark reader compatibility
This commit is contained in:
parent
5039658634
commit
b0ac2b7e23
@ -36,6 +36,9 @@ export default defineNuxtConfig({
|
|||||||
{ rel: 'icon', type: 'image/png', sizes: '32x32', href: '/img/favicon/favicon-32x32.png' },
|
{ rel: 'icon', type: 'image/png', sizes: '32x32', href: '/img/favicon/favicon-32x32.png' },
|
||||||
{ rel: 'icon', type: 'image/png', sizes: '16x16', href: '/img/favicon/favicon-16x16.png' },
|
{ rel: 'icon', type: 'image/png', sizes: '16x16', href: '/img/favicon/favicon-16x16.png' },
|
||||||
{ rel: 'manifest', href: '/img/favicon/site.webmanifest' }
|
{ rel: 'manifest', href: '/img/favicon/site.webmanifest' }
|
||||||
|
],
|
||||||
|
meta: [
|
||||||
|
{ name: 'darkreader-lock' },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user