Skip to content

Commit dd6a626

Browse files
author
Alan Shaw
committed
fix: specify zone_id for production deployment
1 parent 1687f8d commit dd6a626

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/api/wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ format = "service-worker"
6363

6464
[env.production]
6565
name = "nft-storage"
66-
route = "api.nft.storage/*"
66+
route = { pattern = "api.nft.storage/*", zone_id = "fc6cb51dbc2d0b9a729eae6a302a49c9" }
6767
usage_model = "unbound"
6868
r2_buckets = [
6969
{ binding = "CARPARK", bucket_name = "carpark-prod-0" },

0 commit comments

Comments
 (0)