From 543e9305d6e8fe5d535f9fabc6fff53d7dd692c0 Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Mon, 21 Oct 2024 10:35:41 -0400 Subject: [PATCH] fix(ois) Add redirects --- next.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/next.config.js b/next.config.js index 9da0c1ab..a802bbf2 100644 --- a/next.config.js +++ b/next.config.js @@ -128,6 +128,10 @@ const permanentRedirectArray = [ "/guides/how-to-create-tradingview-charts", "/benchmarks/how-to-create-tradingview-charts", ], + [ + "/home/oracle-integrity-staking/examples", + "/home/oracle-integrity-staking/reward-examples", + ], ["/guides", "/price-feeds"], ];