Dark reader compatibility

This commit is contained in:
Djeex 2024-11-16 14:40:46 +00:00
parent 5039658634
commit b0ac2b7e23

View File

@ -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' },
] ]
} }
}, },