diff --git a/frontend/src/utils/constants.js b/frontend/src/utils/constants.js
index 6348276bd44c5b112abc19ee5f8ce0d085538c4d..0a15df4ad675992d4c086194f0ed87e7e8742a97 100644
--- a/frontend/src/utils/constants.js
+++ b/frontend/src/utils/constants.js
@@ -1,2 +1,2 @@
 export const API_BASE =
-  import.meta.env.VITE_ENABLE_GOOGLE_AUTH || "http://localhost:5000";
+  import.meta.env.VITE_API_BASE || "http://localhost:5000";
diff --git a/package.json b/package.json
index 953ea9f0ae63d6b66abb08e422b35a9b1569d075..33d7d673b9c45078a1d0d60ab0f7d12ccd03fb80 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
     "dev:server": "cd server && yarn dev",
     "dev:frontend": "cd frontend && yarn start",
     "prod:server": "cd server && yarn start",
-    "prod:frontend": "cd frontend && yarn start"
+    "prod:frontend": "cd frontend && yarn build"
   },
   "private": false
 }
\ No newline at end of file