Skip to content

Commit 626853a

Browse files
committed
fix _redirects
1 parent 82eb49d commit 626853a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

public/_redirects

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
/docs/gentype/latest/usage /docs/manual/latest/typescript-integration 308
1010
/docs/gentype/latest/supported-types /docs/manual/latest/typescript-integration 308
1111

12-
/docs/manual/latest/:slug* /docs/manual/v11.0.0/:slug* 307
13-
/docs/manual/next/:slug* /docs/manual/v12.0.0/:slug* 307
12+
/docs/manual/latest/* /docs/manual/v11.0.0/:splat 307
13+
/llms/manual/latest/* /llms/manual/v11.0.0/:splat 307
1414

15-
/llms/manual/latest/:file* /llms/manual/v11.0.0/:file* 307
16-
/llms/manual/next/:file* /llms/manual/v12.0.0/:file* 307
15+
/docs/manual/next/* /docs/manual/v12.0.0/:splat 307
16+
/llms/manual/next/* /llms/manual/v12.0.0/:splat 307

0 commit comments

Comments
 (0)