Skip to content

Commit

Permalink
chore: fix vercel rewrites
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Nov 8, 2023
1 parent 1cf7afe commit 9c43df2
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
@@ -1,5 +1,7 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }],
"rewrites": [
{ "source": "/(.*)", "destination": "/(.*).html" }
],
"headers": [
{
"source": "/_next/static/(chunks|css|media|wasm)/(.*)",
Expand Down

0 comments on commit 9c43df2

Please sign in to comment.