add: ssg
Added ssg config
This commit is contained in:
parent
eabd67f93e
commit
9d686e2af2
1 changed files with 16 additions and 0 deletions
|
@ -6,6 +6,22 @@ export default defineNuxtConfig({
|
||||||
compatibilityVersion: 4,
|
compatibilityVersion: 4,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
nitro: {
|
||||||
|
prerender: {
|
||||||
|
routes: [
|
||||||
|
'/',
|
||||||
|
'/imprint',
|
||||||
|
'/privacy',
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
routeRules: {
|
||||||
|
'/': { prerender: true },
|
||||||
|
'/imprint': { prerender: true },
|
||||||
|
'/privacy': { prerender: true },
|
||||||
|
},
|
||||||
|
|
||||||
modules: [
|
modules: [
|
||||||
'@nuxt/icon',
|
'@nuxt/icon',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue