Fix breaking changes for v9 --> v10

This commit is contained in:
Joseph Hanson 2024-03-28 13:14:41 -05:00
parent 7f02e6dc2b
commit 698d278de1
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -6,6 +6,5 @@ import cloudflare from "@astrojs/cloudflare";
// https://astro.build/config
export default defineConfig({
integrations: [tailwind()],
output: "server",
adapter: cloudflare({ mode: 'directory' })
adapter: cloudflare(),
});