mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 13:54:05 +01:00
fix: ajouter la configuration de pré-rendu dans Nitro
This commit is contained in:
@@ -104,6 +104,10 @@ export default defineNuxtConfig({
|
||||
cloudflare: {
|
||||
nodeCompat: true
|
||||
},
|
||||
prerender: {
|
||||
routes: ['/'],
|
||||
crawlLinks: true
|
||||
}
|
||||
},
|
||||
|
||||
runtimeConfig: {
|
||||
|
||||
Reference in New Issue
Block a user