Skip to content

Commit 76acbed

Browse files
committed
fix(wiki): remove root prefix redirect that hijacks all sub-pages
The rule uses Cloudflare's prefix matching, which causes ALL URLs on the site (including /docs/, /tutorials/, /alpha-library/, /research-lab/) to 302 redirect to /home/. This makes the docs and all other wiki sections unreachable. The root-to-home redirect is already handled by wiki/index.html via meta-refresh and location.replace(), so the _redirects rule is both redundant and harmful. Removing it restores navigation to all wiki sections.
1 parent 444d4ec commit 76acbed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

wiki/_redirects

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/ /home/ 302
21
/docs /docs/latest/getting-started/vibe-trading-overview 302
32
/docs/ /docs/latest/getting-started/vibe-trading-overview 302
43
/docs/latest/* /docs/index.html 200

0 commit comments

Comments
 (0)