Skip to content

Commit 77d3460

Browse files
devin-ai-integration[bot]aditya@dourolabs.xyz
authored andcommitted
Fix redirects for off-chain applications page
Update legacy redirects to point to the correct fetch-price-updates page: - Updated /documentation/pythnet-price-feeds/off-chain redirect - Added new redirect for /price-feeds/use-real-time-data/off-chain This ensures legacy URLs and external references correctly redirect to /price-feeds/core/fetch-price-updates instead of the non-existent /price-feeds/use-real-time-data/off-chain path. Co-Authored-By: [email protected] <[email protected]>
1 parent 1cab07d commit 77d3460

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

next.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,11 @@ const permanentRedirectArray = [
9494
],
9595
[
9696
"/documentation/pythnet-price-feeds/off-chain",
97+
"/price-feeds/core/fetch-price-updates",
98+
],
99+
[
97100
"/price-feeds/use-real-time-data/off-chain",
101+
"/price-feeds/core/fetch-price-updates",
98102
],
99103
[
100104
"/documentation/pythnet-price-feeds/evm",

0 commit comments

Comments
 (0)