diff --git a/apps/console/vercel.json b/apps/console/vercel.json index e1d38cc..8b0bcb3 100644 --- a/apps/console/vercel.json +++ b/apps/console/vercel.json @@ -4,7 +4,7 @@ "outputDirectory": "dist", "framework": "vite", "rewrites": [ - { "source": "/api/:path*", "destination": "https://benzo-api-dzv6bwbpba-ue.a.run.app/:path*" }, + { "source": "/api/:path*", "destination": "https://benzonet-api.benzo.space/:path*" }, { "source": "/((?!api/|assets/).*)", "destination": "/index.html" } ] }