FrontPilot / vercel.json
[dyad]
Init Dyad app
a27839e
raw
history blame contribute delete
159 Bytes
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}