Files
vue-ts-example/vercel.json
严浩 8413ca52b8
All checks were successful
CI / cache-and-install (push) Successful in 1m58s
chore: Update vercel.json to reorder rewrites for better matching
2024-09-18 13:39:03 +08:00

7 lines
174 B
JSON

{
"rewrites": [
{ "source": "/npm-registry-api/(.*)", "destination": "https://npm-cf-proxy.oo1.dev/$1" },
{ "source": "/(.*)", "destination": "/index.html" }
]
}