Skip to content

Commit

Permalink
fix: specify zone_id for production deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Jul 2, 2024
1 parent 1687f8d commit dd6a626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ format = "service-worker"

[env.production]
name = "nft-storage"
route = "api.nft.storage/*"
route = { pattern = "api.nft.storage/*", zone_id = "fc6cb51dbc2d0b9a729eae6a302a49c9" }
usage_model = "unbound"
r2_buckets = [
{ binding = "CARPARK", bucket_name = "carpark-prod-0" },
Expand Down

0 comments on commit dd6a626

Please sign in to comment.