We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
next
1 parent a072fcb commit faa974cCopy full SHA for faa974c
next.config.mjs
@@ -141,6 +141,11 @@ const config = {
141
destination: `/llms/manual/${process.env.VERSION_LATEST}/:file*`,
142
permanent: false,
143
},
144
+ {
145
+ source: "/llms/manual/next/:file*",
146
+ destination: `/llms/manual/${process.env.VERSION_NEXT}/:file*`,
147
+ permanent: false,
148
+ },
149
];
150
151
};
public/_redirects
@@ -13,3 +13,4 @@
13
/docs/manual/next/:slug* /docs/manual/v12.0.0/:slug* 307
14
15
/llms/manual/latest/:file* /llms/manual/v11.0.0/:file* 307
16
+/llms/manual/next/:file* /llms/manual/v12.0.0/:file* 307
0 commit comments