Add index page, favicon, robots.txt and sitemap.xml
This commit is contained in:
parent
820907c3c2
commit
cb904127c0
26 changed files with 4163 additions and 2638 deletions
|
@ -1,8 +1,18 @@
|
|||
// https://v3.nuxtjs.org/api/configuration/nuxt.config
|
||||
export default defineNuxtConfig({
|
||||
modules: [
|
||||
'@funken-studio/sitemap-nuxt-3'
|
||||
],
|
||||
postcss: {
|
||||
plugins: {
|
||||
'autoprefixer': {}
|
||||
}
|
||||
},
|
||||
sitemap: {
|
||||
hostname: 'https://paulnicoue.com',
|
||||
exclude: [
|
||||
'/200.html',
|
||||
'/404.html'
|
||||
]
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue