From 109e959fe0a1ae52f7d2ddfe6b5048e918f64390 Mon Sep 17 00:00:00 2001 From: Sabrina Date: Tue, 20 Aug 2024 19:13:49 -0400 Subject: [PATCH] fix: sdk redirects (#198) Fix redirects that were misspelled and broken. --- firebase.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/firebase.json b/firebase.json index f02159c8..38e60deb 100644 --- a/firebase.json +++ b/firebase.json @@ -86,33 +86,33 @@ "type": 301 }, { - "source": "/sdk/:path", - "destination": "https://sdk.zksnc.io/:path", + "source": "/sdk/:path*", + "destination": "https://sdk.zksync.io/:path", "type": 301 }, { "source": "/sdks/js/:path*.@(html|md)", - "destination": "https://sdk.zksnc.io/js/ethers/v5/:path", + "destination": "https://sdk.zksync.io/js/ethers/v5/:path", "type": 301 }, { "source": "/sdks/js/zksync-ethers/:path*.@(html|md)", - "destination": "https://sdk.zksnc.io/js/ethers/v6/:path", + "destination": "https://sdk.zksync.io/js/ethers/v6/:path", "type": 301 }, { "source": "/sdks/:path*.@(html|md)", - "destination": "https://sdk.zksnc.io/:path", + "destination": "https://sdk.zksync.io/:path", "type": 301 }, { - "source": "/build/quick-start/*", - "destination": "/build/start-coding/quick-start", + "source": "/build/quick-start/:path*", + "destination": "/build/start-coding/quick-start/:path", "type": 301 }, { - "source": "/build/zksync-101/*", - "destination": "/build/start-coding/zksync-101", + "source": "/build/zksync-101/:path*", + "destination": "/build/start-coding/zksync-101/:path", "type": 301 }, { @@ -131,7 +131,7 @@ "type": 301 }, { - "source": "/build/tooling/zksync-cli/*", + "source": "/build/tooling/zksync-cli/**", "destination": "/build/zksync-cli/reference", "type": 301 }, @@ -227,7 +227,7 @@ }, { "source": "/build/sdks/js{,/**}", - "destination": "https://sdk.zksnc.io/js/ethers/v6/getting-started", + "destination": "https://sdk.zksync.io/js/ethers/v6/getting-started", "type": 301 }, {