Commit 33e7ae2
fix: Remove redirect loop causing site to fail loading
The catch-all redirect `/*` to `/404` and trailing slash redirect `/*/`
were conflicting and causing an infinite redirect loop. Next.js handles
its own routing and 404 pages, so these redirects are unnecessary.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 009e175 commit 33e7ae2
1 file changed
+1
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 85 | + | |
96 | 86 | | |
97 | 87 | | |
98 | 88 | | |
| |||
0 commit comments