fix: set VITE_API_URL empty for production builds
Production bundle had localhost:3000 baked in, breaking auth. Added .env.production to explicitly set VITE_API_URL= (empty) so API calls use relative URLs via the gateway. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
VITE_API_URL=
|
||||
Reference in New Issue
Block a user