Skip to content

Commit

Permalink
serve images from root
Browse files Browse the repository at this point in the history
  • Loading branch information
singharaj-usai committed Oct 25, 2024
1 parent 95754bc commit 7b63adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"routes": [
{ "src": "/images/(.*)", "dest": "/client/images/$1" },
{ "src": "/images/(.*)", "dest": "/images/$1" },
{ "src": "/js/(.*)", "dest": "/client/js/$1" },
{ "src": "/css/(.*)", "dest": "/client/css/$1" },
{ "src": "/api/(.*)", "dest": "/server/server.js" },
Expand Down

0 comments on commit 7b63adc

Please sign in to comment.