{ "rewrites": [ { "source": "/*", "destination": "/index.html" }, { "source": "/:path*", "has": [ { "type": "host", "value": "carbon-components-svelte.onrender.com" } ], "destination": "/:path*" } ] }