File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,20 +21,20 @@ const config = {
2121 rewrites ( ) {
2222 return [
2323 {
24- source : "/elements/:path*.mdx" ,
25- destination : "/elements/llms.mdx/:path*" ,
24+ source : "/elements/:lang/: path*.mdx" ,
25+ destination : "/elements/:lang/ llms.mdx/:path*" ,
2626 } ,
2727 {
28- source : "/elements/:path*.md" ,
29- destination : "/elements/llms.mdx/:path*" ,
28+ source : "/elements/:lang/: path*.md" ,
29+ destination : "/elements/:lang/ llms.mdx/:path*" ,
3030 } ,
3131 {
32- source : "/:path*.mdx" ,
33- destination : "/llms.mdx/:path*" ,
32+ source : "/:lang/: path*.mdx" ,
33+ destination : "/:lang/ llms.mdx/:path*" ,
3434 } ,
3535 {
36- source : "/:path*.md" ,
37- destination : "/llms.mdx/:path*" ,
36+ source : "/:lang/: path*.md" ,
37+ destination : "/:lang/ llms.mdx/:path*" ,
3838 } ,
3939 ] ;
4040 } ,
You can’t perform that action at this time.
0 commit comments