Files
moreminimore-vibe/scaffold/vercel.json
Kunthawat Greethong 11986a0196 Add project files
2025-12-05 09:26:53 +07:00

10 lines
150 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}