Skip to content

Commit

Permalink
fix: vercel no rewrites
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceat committed Mar 28, 2024
1 parent fa5d84a commit 7f02d1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,5 @@
}
]
}
],
"rewrites": [
{ "source": "/classe/(.*)", "destination": "/classe/$1" },
{ "source": "/(.*)", "destination": "/" }
]
}

0 comments on commit 7f02d1a

Please sign in to comment.