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 72ecb17 commit e0f3b25Copy full SHA for e0f3b25
web/public/_redirects
@@ -1,15 +1,5 @@
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
9
-# Rewrite /wiki to /
+# Rewrite /wiki
10
/wiki /
11
12
-# Rewrite /wiki/* to root paths
13
/wiki/* /:splat
14
15
# Aliases for specific pages
0 commit comments