learning_platform/vercel.json
2026-04-20 06:48:31 +00:00

6 lines
80 B
JSON

{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
}