Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
fix: issue fix tried (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
SHUHAIB-T authored Mar 10, 2024
2 parents e33fa4e + 07b2b2e commit f7b0bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/vercel.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"rewrites": [
{
"source": "/api/(.*)",
"destination": "/https://thalia-server.onrender.com/api/$1"
"source": "/(.*)",
"destination": "/index.html"
}
]
}

0 comments on commit f7b0bdd

Please sign in to comment.