From ee67537f923085efcd626c6bde86f2a4de9c03eb Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Thu, 22 Jan 2026 15:12:24 +0000 Subject: [PATCH] fix: remove broken sub-block-specification redirect The redirect from sub-block-specification to subblock-specification was causing 404 errors when accessing URLs directly because the destination path doesn't exist. The actual file uses hyphens (sub-block-specification.mdx). This removes the broken redirect and fixes the error URL to point to the correct hyphenated path. --- vocs.config.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/vocs.config.ts b/vocs.config.ts index 89d17ab0..f53984ef 100644 --- a/vocs.config.ts +++ b/vocs.config.ts @@ -624,12 +624,7 @@ export default defineConfig({ }, { source: '/errors/tx/SubblockNonceKey', - destination: '/protocol/blockspace/subblock-specification#4-block-validity-rules', - }, - { - source: '/protocol/blockspace/sub-block-specification', - destination: '/protocol/blockspace/subblock-specification', - status: 301, + destination: '/protocol/blockspace/sub-block-specification#4-block-validity-rules', }, { source: '/stablecoin-exchange/:path*',