Add error page
This commit is contained in:
parent
81bfed6710
commit
0418315f4d
6 changed files with 171 additions and 87 deletions
|
@ -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'
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue