Skip to content

Commit

Permalink
fixed issue with cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-001 committed Dec 6, 2023
1 parent b1bd114 commit 676f0d2
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 @@ -45,6 +45,6 @@ export default defineConfig({
}
}]
}), react(), tailwind()],
output: "server",
output: "hybrid",
adapter: cloudflare()
});

0 comments on commit 676f0d2

Please sign in to comment.