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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy