Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3153b15

Browse files
committed
Add temporary redirect from /markdown to wiki page
1 parent e878a35 commit 3153b15

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

next.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,14 @@ module.exports = {
22
images: {
33
domains: [],
44
},
5+
async redirects() {
6+
return [
7+
{
8+
source: '/markdown',
9+
destination:
10+
'https://github.com/coderplex-org/coderplex-org/wiki/Markdown-Guide',
11+
permanent: false,
12+
},
13+
]
14+
},
515
}

0 commit comments

Comments
 (0)