Files
cfw-autumn/apps/checkout/vercel.json
2026-03-13 16:54:41 +00:00

5 lines
126 B
JSON

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