Skip to content

Commit

Permalink
Fix wrong path (#55)
Browse files Browse the repository at this point in the history
* Remove rewrites

* Rewrite work
  • Loading branch information
fewensa authored Oct 21, 2024
1 parent c9f6757 commit 53b3747
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
]
}
],
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
"rewrites": [
{ "source": "/work", "destination": "/work.html" }
]
}

0 comments on commit 53b3747

Please sign in to comment.