From b0ac2b7e233eb82225d26b1db73c91947153db3e Mon Sep 17 00:00:00 2001 From: Djeex Date: Sat, 16 Nov 2024 14:40:46 +0000 Subject: [PATCH] Dark reader compatibility --- nuxt.config.ts | 3 +++ 1 file changed, 3 insertions(+) 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' }, ] } },