diff --git a/nuxt.config.ts b/nuxt.config.ts index c7b43f6..235778b 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -18,9 +18,10 @@ export default defineNuxtConfig({ { rel: 'manifest', href: '/site.webmanifest' }, ], meta: [ + { name: 'darkreader-lock' }, { name: 'description', content: 'Bulk Pixel Art Upscaler' }, { name: 'keywords', content: 'xBR, xBRZ, pixel art, upscaler, bulk' }, - { name: 'author', content: 'F53' }, + { name: 'author', content: 'Cassie' }, { name: 'theme-color', content: '#4b0000' }, // twitter stuff { property: 'og:title', content: 'PackXBR' },