Skip to content

Commit 118f314

Browse files
committed
redirect
1 parent 7ae8c24 commit 118f314

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

next.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ const permanentRedirectArray = [
123123
["/benchmarks/rate-limits", "/price-feeds/rate-limits/"],
124124

125125
["/price-feeds/sponsored-feeds", "/price-feeds/pushed-feeds"],
126+
127+
[
128+
"/price-feeds/use-real-time-data/:path*",
129+
"/price-feeds/use-real-time-data/pull-integration/:path*",
130+
],
126131
];
127132

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

0 commit comments

Comments
 (0)