Commit a737a518 authored by AravindR-K's avatar AravindR-K

changes to vercel.json

parent 00eee7b1
{ {
"routes": [ "routes": [
{
"src": "/assets/(.*)",
"dest": "/assets/$1"
},
{
"src": "/(.*\\.(js|css|png|jpg|svg|ico))",
"dest": "/$1"
},
{ {
"src": "/(.*)", "src": "/(.*)",
"dest": "/index.html" "dest": "/index.html"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment