diff --git a/nuxt.config.ts b/nuxt.config.ts index 9384b81..391c2b2 100755 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -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: '16x16', href: '/img/favicon/favicon-16x16.png' }, { rel: 'manifest', href: '/img/favicon/site.webmanifest' } + ], + meta: [ + { name: 'darkreader-lock' }, ] } },