Fix breaking changes for v9 --> v10
This commit is contained in:
parent
7f02e6dc2b
commit
698d278de1
1 changed files with 1 additions and 2 deletions
|
@ -6,6 +6,5 @@ import cloudflare from "@astrojs/cloudflare";
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
integrations: [tailwind()],
|
integrations: [tailwind()],
|
||||||
output: "server",
|
adapter: cloudflare(),
|
||||||
adapter: cloudflare({ mode: 'directory' })
|
|
||||||
});
|
});
|
Loading…
Reference in a new issue