diff --git a/astro.config.mjs b/astro.config.mjs index e3d46ca..0c4dda8 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -7,5 +7,5 @@ import cloudflare from "@astrojs/cloudflare"; export default defineConfig({ integrations: [tailwind()], output: "server", - adapter: cloudflare({ mode: 'directory' }) + adapter: cloudflare(), }); \ No newline at end of file