Skip to content

Commit

Permalink
server rendered svg - verbal routing
Browse files Browse the repository at this point in the history
  • Loading branch information
skanaar committed Nov 20, 2022
1 parent 336335d commit 106b640
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"routes": [
{ "src": "/image.svg", "dest": "api/image.js" }
],
"rewrites": [{ "source": "/image.svg", "destination": "/api/image" }],
"github": {
"silent": true
}
}
}

0 comments on commit 106b640

Please sign in to comment.