Skip to content

Commit

Permalink
fix: fix development mode
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Oct 8, 2024
1 parent 4e563e5 commit 01930ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
output: 'server',
adapter: cloudflare({
platformProxy: {
enabled: true
enabled: false
}
})
});
});

0 comments on commit 01930ea

Please sign in to comment.