Skip to content

Commit 2883a09

Browse files
authored
Chore(benchmarks) add redirecgts (#813)
* chore(bwnchmarks) Add redirects * fix
1 parent 0ffdc93 commit 2883a09

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

next.config.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const permanentRedirectArray = [
3636
"/documentation/how-pyth-works/:slug*",
3737
"/price-feeds/how-pyth-works/:slug*",
3838
],
39-
["/documentation/benchmarks", "/benchmarks"],
39+
["/documentation/benchmarks", "/price-feeds/use-historic-price-data"],
4040
["/pyth-token/:path*", "/home/pyth-token/:path*"],
4141
["/documentation/publish-data/:slug*", "/price-feeds/publish-data/:slug*"],
4242
[
@@ -107,13 +107,20 @@ const permanentRedirectArray = [
107107
],
108108
[
109109
"/guides/how-to-create-tradingview-charts",
110-
"/benchmarks/how-to-create-tradingview-charts",
110+
"/price-feeds/create-tradingview-charts",
111111
],
112112
[
113113
"/home/oracle-integrity-staking/examples",
114114
"/home/oracle-integrity-staking/reward-examples",
115115
],
116116
["/guides", "/price-feeds"],
117+
["/benchmarks", "/price-feeds/use-historic-price-data"],
118+
[
119+
"/benchmarks/how-to-create-tradingview-charts",
120+
"/price-feeds/create-tradingview-charts",
121+
],
122+
["/benchmarks/api-instances", "/price-feeds/api-reference/"],
123+
["/benchmarks/rate-limits", "/price-feeds/rate-limits/"],
117124
];
118125

119126
/** @type {import('next').NextConfig} */

0 commit comments

Comments
 (0)