diff --git a/apps/member/.env.production b/apps/member/.env.production index f9c51fd6..3f88990e 100644 --- a/apps/member/.env.production +++ b/apps/member/.env.production @@ -1,2 +1,3 @@ VITE_MODE=production -VITE_API_BASE_URL=https://api.clab.page \ No newline at end of file +VITE_SERVER_BASE_URL=https://api.clab.page/ +VITE_API_BASE_URL=https://api.clab.page/api/ \ No newline at end of file