Skip to content

Commit

Permalink
update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Somnath-Chattaraj committed Oct 15, 2024
1 parent b82ca1a commit 8ff0b09
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions frontend/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@
},
{
"source": "/(.*)",
"destination": "/"
"destination": "/api/ssr"
}
]
],
"functions": {
"api/ssr.js": {
"runtime": "nodejs18.x"
}
}
}

0 comments on commit 8ff0b09

Please sign in to comment.