From 8efca3899167e715b8444a867990d9313c8e154d Mon Sep 17 00:00:00 2001 From: max-digi Date: Tue, 21 Apr 2026 10:35:26 +0100 Subject: [PATCH] fix: add 301 redirect for /protocol/zones/overview The overview page was merged into the zones index page but no redirect was added, causing a hard 404 for anyone with bookmarks or external links to the old URL. Amp-Thread-ID: https://ampcode.com/threads/T-019daf60-9c34-703d-98a6-6b7616572363 Co-authored-by: Amp --- vocs.config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vocs.config.ts b/vocs.config.ts index 77c68a8a..7c8092f4 100644 --- a/vocs.config.ts +++ b/vocs.config.ts @@ -906,6 +906,11 @@ export default defineConfig({ destination: '/protocol/exchange/quote-tokens#pathusd', status: 301, }, + { + source: '/protocol/zones/overview', + destination: '/protocol/zones', + status: 301, + }, ], codeHighlight: { langAlias: {