Add error page

This commit is contained in:
Paul Nicoué 2023-01-06 15:46:20 +01:00
parent 81bfed6710
commit 0418315f4d
6 changed files with 171 additions and 87 deletions

View file

@ -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'
}
})