From 9ddf642dc0b64eecba9959e44ae5dc48379ab563 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Thu, 28 Mar 2024 13:14:41 -0500 Subject: [PATCH] Fix breaking changes for v9 --> v10 --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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