Commit 76acbed
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
0 commit comments