Skip to content

Commit

Permalink
chore(infra): proxy cloudflare url
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Jan 28, 2025
1 parent 4c86649 commit d1b35f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sst.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default $config({
dns: sst.cloudflare.dns({
override: true,
zone: process.env.CLOUDFLARE_ZONE_ID,
proxy: false,
proxy: true,
transform: {
record: {
name: 'staging',
Expand Down

0 comments on commit d1b35f1

Please sign in to comment.