diff --git a/app.vue b/app.vue index dda2ee9..fdb8ffe 100644 --- a/app.vue +++ b/app.vue @@ -1,103 +1,42 @@ diff --git a/nuxt.config.ts b/nuxt.config.ts index ebba5a3..126cd12 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -1,4 +1,3 @@ -// https://v3.nuxtjs.org/api/configuration/nuxt.config export default defineNuxtConfig({ modules: [ '@funken-studio/sitemap-nuxt-3' @@ -9,10 +8,6 @@ export default defineNuxtConfig({ } }, sitemap: { - hostname: 'https://paulnicoue.com', - exclude: [ - '/200.html', - '/404.html' - ] + hostname: 'https://paulnicoue.com' } }) diff --git a/pages/index.vue b/pages/index.vue index ae91a8a..40267e8 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -12,9 +12,9 @@