summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/redirects.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/redirects.ts b/src/redirects.ts
index e122c0d..63860cf 100644
--- a/src/redirects.ts
+++ b/src/redirects.ts
@@ -23,6 +23,10 @@ const redirects = [
self.location.href = "https://wiki.themanaworld.org/index.php/Downloads";
}
},
+ {
+ path: "/recover",
+ redirect: { name: "support" },
+ },
];
export default redirects;