Skip to content

Commit

Permalink
fix: importing secret in oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
avevotsira committed Jul 31, 2024
1 parent 6c35d5f commit d51d11a
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 155 deletions.
6 changes: 5 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ export default defineConfig({
format: "file",
},
output: "hybrid",
adapter: cloudflare(),
adapter: cloudflare({
platformProxy: {
enabled: true,
},
}),
experimental: {
env: {
schema: {
Expand Down
Loading

0 comments on commit d51d11a

Please sign in to comment.