Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit 3454301

Browse files
authored
Add lowercase discord-tutorial redirect (#49)
1 parent a8303ec commit 3454301

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

plugins/wiki-redirects/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ const redirects = [
3737
fromPath: "/BannerMeta",
3838
toPath: "/wiki/BannerMeta.html"
3939
},
40+
{
41+
fromPath: "/discord-tutorial",
42+
toPath: "/wiki/Discord-Tutorial.html"
43+
},
4044
{
4145
fromPath: "/Discord-Tutorial",
4246
toPath: "/wiki/Discord-Tutorial.html"

0 commit comments

Comments
 (0)