Skip to content

Commit 2d012a1

Browse files
add redirect for missing winglang comparison
1 parent 7cbf74a commit 2d012a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

next.config.mjs

+6
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,12 @@ const nextConfig = {
632632
basePath: false,
633633
permanent: true,
634634
},
635+
{
636+
source: '/docs/misc/comparison/winglang',
637+
destination: '/docs/',
638+
basePath: false,
639+
permanent: true,
640+
},
635641
]
636642
},
637643
async headers() {

0 commit comments

Comments
 (0)