Files
vue-ts-example/vercel.json
严浩 5422f68b45
All checks were successful
CI / cache-and-install (push) Successful in 2m6s
feat: Add VITE_DEV_PROXY configuration for npm registry API proxy
2024-09-18 13:35:17 +08:00

7 lines
174 B
JSON

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