Skip to content

Commit f9113f9

Browse files
Add missing redirects (#2458)
1 parent 303e482 commit f9113f9

File tree

1 file changed

+46
-2
lines changed

1 file changed

+46
-2
lines changed

vercel.json

Lines changed: 46 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@
7070
"source": "/sdk/introduction/supported-networks/",
7171
"destination": "/sdk/"
7272
},
73+
{
74+
"source": "/sdk/tutorials/:path*/",
75+
"destination": "/tutorials/:path*/"
76+
},
7377
{
7478
"source": "/wallet/how-to/use-3rd-party-integrations/",
7579
"destination": "/sdk/"
@@ -311,11 +315,11 @@
311315
"destination": "/sdk/"
312316
},
313317
{
314-
"source": "/wallet/concepts/sdk-connections",
318+
"source": "/wallet/concepts/sdk-connections/",
315319
"destination": "/sdk/"
316320
},
317321
{
318-
"source": "/wallet/concepts/android-sdk",
322+
"source": "/wallet/concepts/android-sdk/",
319323
"destination": "/sdk/"
320324
},
321325
{
@@ -642,6 +646,14 @@
642646
"source": "/snaps/reference/cli/options/",
643647
"destination": "/snaps/reference/config-options/"
644648
},
649+
{
650+
"source": "/snaps/tags/",
651+
"destination": "/snaps/"
652+
},
653+
{
654+
"source": "/snaps/tags/keyring-api/",
655+
"destination": "/snaps/features/custom-evm-accounts/"
656+
},
645657
{
646658
"source": "/services/get-started/",
647659
"destination": "/services/get-started/infura"
@@ -722,9 +734,41 @@
722734
"source": "/services/api/learn/pricing/",
723735
"destination": "/services/get-started/pricing/credit-cost/"
724736
},
737+
{
738+
"source": "/services/reference/:path*/eth_newpendingtransactionfilter/",
739+
"destination": "/services/reference/:path*/"
740+
},
741+
{
742+
"source": "/services/reference/ethereum/how-to/secure-a-project/project-secret/",
743+
"destination": "/developer-tools/dashboard/how-to/secure-an-api/api-key-secret/"
744+
},
745+
{
746+
"source": "/services/reference/ipfs/how-to/:path*/",
747+
"destination": "/services/how-to/use-ipfs/:path*/"
748+
},
725749
{
726750
"source": "/delegation-toolkit/:path*/",
727751
"destination": "/smart-accounts-kit/"
752+
},
753+
{
754+
"source": "/developer-tools/dashboard/how-to/",
755+
"destination": "/developer-tools/dashboard/"
756+
},
757+
{
758+
"source": "/developer-tools/dashboard/how-to/secure-an-api/",
759+
"destination": "/developer-tools/dashboard/how-to/secure-an-api/api-key-secret/"
760+
},
761+
{
762+
"source": "/embedded-wallets/connect-blockchain/custom-chains/",
763+
"destination": "/embedded-wallets/connect-blockchain/other/"
764+
},
765+
{
766+
"source": "/embedded-wallets/connect-blockchain/evm/:path*/web/",
767+
"destination": "/embedded-wallets/connect-blockchain/evm/:path*/"
768+
},
769+
{
770+
"source": "/embedded-wallets/connect-blockchain/xrpl/",
771+
"destination": "/embedded-wallets/connect-blockchain/"
728772
}
729773
]
730774
}

0 commit comments

Comments
 (0)