Skip to content

Commit

Permalink
fix: root route in staging (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
fforbeck authored Jan 13, 2025
1 parent 0e18daa commit b5fb599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edge-gateway-link/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ environment = "production"
# name = "gateway-nft-storage-staging"
account_id = "fffa4b4363a7e5250af8357087263b3a" # Protocol Labs CF account
routes = [
{ pattern = "w3s-staging.link/", zone_id = "ae60d8f737317467ec666dc3851a6277" },
{ pattern = "staging.w3s.link/", zone_id = "ae60d8f737317467ec666dc3851a6277" },
{ pattern = "*.ipfs-staging.w3s.link/*", zone_id = "ae60d8f737317467ec666dc3851a6277" },
{ pattern = "ipfs-staging.w3s.link/*", zone_id = "ae60d8f737317467ec666dc3851a6277" },
{ pattern = "*.ipfs-staging.w3s.link", zone_id = "ae60d8f737317467ec666dc3851a6277" },
Expand Down

0 comments on commit b5fb599

Please sign in to comment.