Skip to content

Commit 93621ce

Browse files
Remove superfluous redirect
1 parent 58c19fe commit 93621ce

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

next.config.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@ const config = {
102102
destination: "/docs/manual/v10.0.0/unboxed",
103103
permanent: true,
104104
},
105-
{
106-
source: "/docs/manual/latest/migrate-to-v11-and-uncurried-mode",
107-
destination: "/docs/manual/latest/migrate-to-v11",
108-
permanent: true,
109-
},
110105
];
111106
},
112107
};

0 commit comments

Comments
 (0)