Skip to content

Commit 22abd1b

Browse files
committed
fix: add missing permanent property and closing brace in redirect config
The redirect for /docs/nodes/maintain/reduce-disk-usage was missing its closing brace and permanent property, causing a syntax error. 🔺 Generated by DevRel swarm
1 parent d2c9696 commit 22abd1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

next.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,6 +1353,8 @@ const config = {
13531353
{
13541354
source: "/docs/nodes/maintain/reduce-disk-usage",
13551355
destination: "/docs/nodes/maintain/chain-state-management",
1356+
permanent: true,
1357+
},
13561358
// 404 fixes - December 2025
13571359
{
13581360
source: "/docs/build",

0 commit comments

Comments
 (0)