Skip to content

Commit

Permalink
fix: deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelienschmi committed Oct 5, 2024
1 parent c571590 commit 6a86857
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
{
"version": 2,
"builds": [
{
"src": "index.tsx",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/index.tsx"
}
]
"rewrites": [{ "source": "/(.*)", "destination": "/index.tsx" }]
}

0 comments on commit 6a86857

Please sign in to comment.