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 +});