From f0c92a8bd0114e978669e3870bc88c4f94400c6b Mon Sep 17 00:00:00 2001 From: metonym Date: Mon, 24 Jan 2022 09:46:51 -0800 Subject: [PATCH] Update vercel.json --- vercel.json | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) 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*" + } + ] +}