Set cloudflare pages to directory mode.
This commit is contained in:
parent
487886770b
commit
ea4451ad08
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()
|
||||
adapter: cloudflare({ mode: 'directory' })
|
||||
});
|
Loading…
Reference in a new issue