Skip to content

Commit

Permalink
Fix Vercel configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Jan 7, 2024
1 parent d5dc3b7 commit 54f8165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
12 changes: 1 addition & 11 deletions examples/react-router/vercel.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
{
"version": 2,
"routes": [
{
"handle": "filesystem"
},
{
"src": "/(.*)",
"dest": "/index.html",
"status": 200
}
],
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }],
"headers": [
{
"source": "/(.*)",
Expand Down
12 changes: 1 addition & 11 deletions examples/tanstack-router/vercel.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
{
"version": 2,
"routes": [
{
"handle": "filesystem"
},
{
"src": "/(.*)",
"dest": "/index.html",
"status": 200
}
],
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }],
"headers": [
{
"source": "/(.*)",
Expand Down

0 comments on commit 54f8165

Please sign in to comment.