Skip to content

Commit

Permalink
alter index path #7
Browse files Browse the repository at this point in the history
  • Loading branch information
skywarth committed Jul 5, 2024
1 parent 8cfda97 commit 8acbe32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"version": 2,
"routes": [
{ "src": "/api/github/webhooks", "dest": "api/github/webhooks/serverless.ts" },
{ "src": "/yet-another-route", "dest": "/public/index.html" },
{ "src": "/", "dest": "/public/index.html" },
{ "src": "/yet-another-route", "dest": "/public/index.html" }
{ "src": "test", "dest": "/public/index.html" }
]
}

0 comments on commit 8acbe32

Please sign in to comment.