We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9095a4a commit cc3fbeeCopy full SHA for cc3fbee
apps/docs/next.config.mjs
@@ -18,6 +18,20 @@ const config = {
18
],
19
},
20
21
+ // biome-ignore lint/suspicious/useAwait: "rewrites is async"
22
+ async rewrites() {
23
+ return [
24
+ {
25
+ source: "/elements/docs/:path*.mdx",
26
+ destination: "/elements/llms.mdx/:path*",
27
+ },
28
29
+ source: "/elements/docs/:path*.md",
30
31
32
+ ];
33
34
+
35
// biome-ignore lint/suspicious/useAwait: "redirects is async"
36
async redirects() {
37
return [
0 commit comments