diff --git a/nuxt.config.ts b/nuxt.config.ts index 7d7351c..b01474e 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -25,9 +25,9 @@ export default defineNuxtConfig({ app: { head: { - title: 'MarcUs7i.Net', + title: 'Kizuren', meta: [ - { name: 'description', content: 'The official site for MarcUs7i.Net' } + { name: 'description', content: 'The official site for Kizuren.dev' } ], link: [ { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' } @@ -50,4 +50,4 @@ export default defineNuxtConfig({ }, compatibilityDate: '2025-05-29', -}) \ No newline at end of file +})