From ea4451ad0839ff9fcdd6af60846d387e8739ba13 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sun, 17 Sep 2023 22:05:17 -0500 Subject: [PATCH] Set cloudflare pages to directory mode. --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 9857f8f..e3d46ca 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() + adapter: cloudflare({ mode: 'directory' }) }); \ No newline at end of file