diff --git a/vercel.json b/vercel.json index c1dfe9e3..f880200a 100644 --- a/vercel.json +++ b/vercel.json @@ -1,14 +1,15 @@ { - "rewrites": [ - { - "source": "/:path*", - "has": [ - { - "type": "host", - "value": "carbon-components-svelte.onrender.com" - } - ], - "destination": "/:path*" - } - ] - } \ No newline at end of file + "rewrites": [ + { "source": "/*", "destination": "/index.html" }, + { + "source": "/:path*", + "has": [ + { + "type": "host", + "value": "carbon-components-svelte.onrender.com" + } + ], + "destination": "/:path*" + } + ] +}