Skip to content

Commit

Permalink
restored vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
FrenzyExists committed Oct 16, 2024
1 parent f9b1f27 commit 067828a
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,8 @@
{
"version": 2,
"builds": [
"rewrites": [
{
"src": "/(.*)",
"use": "@vercel/static-build",
"config": {
"distDir": "dist"
}
},
{
"src": "server/main.cjs",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/"
"source": "/(.*)",
"destination": "/"
}
]
}

0 comments on commit 067828a

Please sign in to comment.