Skip to content

Commit e0f3b25

Browse files
Revert _redirects test
1 parent 72ecb17 commit e0f3b25

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

web/public/_redirects

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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 /
1+
# Rewrite /wiki
102
/wiki /
11-
12-
# Rewrite /wiki/* to root paths
133
/wiki/* /:splat
144

155
# Aliases for specific pages

0 commit comments

Comments
 (0)