Files
presentations/vercel.json
T

8 lines
144 B
JSON
Raw Normal View History

2024-09-09 14:03:03 +02:00
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"buildCommand": "npm run build",
"outputDirectory": "dist"
}