Skip to content

Commit 872e197

Browse files
MaxGhenisclaude
andauthored
fix: revert to working vercel.json config (#438)
Remove root vercel.json that was causing 404 errors on all routes. Restore app/vercel.json to its original working state with the SPA fallback rewrite. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent 0dfe01e commit 872e197

File tree

3 files changed

+5
-18
lines changed

3 files changed

+5
-18
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,5 @@ __pycache__/
7171
.Python
7272
env/
7373
venv/
74-
.venv
74+
.venv
75+
.vercel

app/vercel.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
{}
1+
{
2+
"rewrites": [{ "source": "/(.*)", "destination": "/" }]
3+
}

vercel.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)