From 197c15619eb870a30cc1b9cd5bbbf6b68c701282 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Mon, 5 Jan 2026 16:41:38 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20ajouter=20la=20configuration=20de=20d?= =?UTF-8?q?=C3=A9ploiement=20pour=20Cloudflare=20dans=20nuxt.config.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index f29b74c..f0042c4 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -117,6 +117,11 @@ export default defineNuxtConfig({ nitro: { preset: 'cloudflare_module', + + cloudflare: { + deployConfig: true + }, + experimental: { openAPI: true },