From e2a274397e10e7f924e7f5b44c5053931fc058a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Blanchemain?= Date: Thu, 12 Dec 2024 14:11:14 -0800 Subject: [PATCH] feat: add redirects to stylus' re-located articles --- vercel.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/vercel.json b/vercel.json index 5cb554729..b13e7e1f6 100644 --- a/vercel.json +++ b/vercel.json @@ -400,6 +400,36 @@ "destination": "/stylus/reference/rust-sdk-guide", "permanent": false }, + { + "source": "/stylus/concepts/stylus-gas", + "destination": "/stylus/concepts/gas-metering", + "permanent": false + }, + { + "source": "/stylus/concepts/stylus-cache-manager", + "destination": "/stylus/how-tos/cache-contracts", + "permanent": false + }, + { + "source": "/stylus/how-tos/debugging-stylus-tx", + "destination": "/stylus/how-tos/debugging-tx", + "permanent": false + }, + { + "source": "/stylus/stylus-quickstart", + "destination": "/stylus/quickstart", + "permanent": false + }, + { + "source": "/stylus/how-tos/using-stylus-cli", + "destination": "/stylus/using-cli", + "permanent": false + }, + { + "source": "/stylus/stylus-gentle-introduction", + "destination": "/stylus/gentle-introduction", + "permanent": false + }, { "source": "/docs/(mainnet/?)", "destination": "/build-decentralized-apps/reference/mainnet-risks",