From 01930eaea83bfbc9262210537a00cb16dafb34a5 Mon Sep 17 00:00:00 2001 From: Sergio Ribera <56278796+SergioRibera@users.noreply.github.com> Date: Tue, 8 Oct 2024 03:38:55 -0400 Subject: [PATCH] fix: fix development mode --- astro.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 82c607f..20549e7 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -7,7 +7,7 @@ export default defineConfig({ output: 'server', adapter: cloudflare({ platformProxy: { - enabled: true + enabled: false } }) -}); \ No newline at end of file +});