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