Skip to content

Commit

Permalink
fix: fixed rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Aug 25, 2024
1 parent af13252 commit be6e765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/demo/vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"rewrites": [
{ "source": "/raw", "destination": "/raw" },
{ "source": "/raw", "destination": "/raw.html" },
{ "source": "/(.*)", "destination": "/" }
]
}

0 comments on commit be6e765

Please sign in to comment.