We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8303ec commit 3454301Copy full SHA for 3454301
1 file changed
plugins/wiki-redirects/index.js
@@ -37,6 +37,10 @@ const redirects = [
37
fromPath: "/BannerMeta",
38
toPath: "/wiki/BannerMeta.html"
39
},
40
+ {
41
+ fromPath: "/discord-tutorial",
42
+ toPath: "/wiki/Discord-Tutorial.html"
43
+ },
44
{
45
fromPath: "/Discord-Tutorial",
46
toPath: "/wiki/Discord-Tutorial.html"
0 commit comments