Skip to content

Commit

Permalink
Project adapter build settings does not consider nested paths #7
Browse files Browse the repository at this point in the history
  • Loading branch information
vratskyi committed Feb 29, 2024
1 parent 0b150ad commit 38c3269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default defineConfig({
},
output: "hybrid",
adapter: cloudflare({
mode: 'advanced',
mode: 'directory',
functionPerRoute: true,
routes: {
strategy: 'include'
Expand Down

0 comments on commit 38c3269

Please sign in to comment.