CSE526/Presentation/vercel.json

8 lines
144 B
JSON
Raw Normal View History

2024-04-24 22:01:13 -04:00
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"buildCommand": "npm run build",
"outputDirectory": "dist"
}