mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 13:54:05 +01:00
fix: ajouter la configuration de déploiement pour Cloudflare dans nuxt.config.ts
This commit is contained in:
@@ -117,6 +117,11 @@ export default defineNuxtConfig({
|
|||||||
|
|
||||||
nitro: {
|
nitro: {
|
||||||
preset: 'cloudflare_module',
|
preset: 'cloudflare_module',
|
||||||
|
|
||||||
|
cloudflare: {
|
||||||
|
deployConfig: true
|
||||||
|
},
|
||||||
|
|
||||||
experimental: {
|
experimental: {
|
||||||
openAPI: true
|
openAPI: true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user