diff --git a/vercel.json b/vercel.json index 4b0dd3f..b3f69af 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,6 @@ { "rewrites": [ - { "source": "/(.*)", "destination": "/index.html" }, - { "source": "/npm-registry-api/(.*)", "destination": "https://npm-cf-proxy.oo1.dev/$1" } + { "source": "/npm-registry-api/(.*)", "destination": "https://npm-cf-proxy.oo1.dev/$1" }, + { "source": "/(.*)", "destination": "/index.html" } ] }