Skip to content

Commit

Permalink
fix-#79: Opening post with link doesn't work
Browse files Browse the repository at this point in the history
Adding required rewrites in vercel config file
  • Loading branch information
krishnaacharyaa authored Apr 1, 2024
2 parents f199579 + 26b602f commit a381e77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/" }]
}

0 comments on commit a381e77

Please sign in to comment.