Files
vue-ts-example/vercel.json

7 lines
174 B
JSON

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