From 963aa288ee7826aab0c0259afab13dc59bbf427a Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 13:37:47 +0000 Subject: [PATCH] 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: aditya@dourolabs.xyz --- next.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/next.config.js b/next.config.js index e4a084ad..d6d4360d 100644 --- a/next.config.js +++ b/next.config.js @@ -94,7 +94,11 @@ const permanentRedirectArray = [ ], [ "/documentation/pythnet-price-feeds/off-chain", + "/price-feeds/core/fetch-price-updates", + ], + [ "/price-feeds/use-real-time-data/off-chain", + "/price-feeds/core/fetch-price-updates", ], [ "/documentation/pythnet-price-feeds/evm",