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

Commit

Permalink
fix: diployement issue (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
SHUHAIB-T authored Mar 10, 2024
2 parents 93b825e + 61ab2ff commit e33fa4e
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": "/(.*)",
"destination": "/index.html"
"source": "/api/(.*)",
"destination": "/https://thalia-server.onrender.com/api/$1"
}
]
}

0 comments on commit e33fa4e

Please sign in to comment.