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 dbecf55 commit 149c85eCopy full SHA for 149c85e
web/public/_redirects
@@ -1,14 +1,22 @@
1
+# Serve actual files first (if they exist)
2
+# If a file exists with this path, serve it directly
3
+# This must come first
4
+/* /:splat 200!
5
+
6
+# Allow pagefind assets to be served as-is
7
/pagefind/* /pagefind/:splat 200
8
-/wiki /
-/wiki/* /:splat
-/Main_Page /
9
+# Rewrite /wiki to /
10
+/wiki /
11
12
+# Rewrite /wiki/* to root paths
13
+/wiki/* /:splat
14
-/bool /boolean
-/element /Element
15
+# Aliases for specific pages
16
+/Main_Page /
17
+/bool /boolean
18
+/element /Element
19
/MTA_Classes /Element
20
/Element/:elementname /:elementname
-
-/Vector/:vectorclass /:vectorclass
-/OOP /OOP_Introduction
21
+/Vector/:vectorclass /:vectorclass
22
+/OOP /OOP_Introduction
0 commit comments