Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit 0376dfe

Browse files
committed
change baseURL
1 parent 01e9ab9 commit 0376dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/pages/volunteerPage/VolunteerPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export type SiteModel = {
5959
address: string;
6060
};
6161

62-
const baseUrl = process.env.VITE_API_BASSE_URL;
62+
const baseUrl = import.meta.env.VITE_API_BASE_URL;
6363

6464
export const fetchUserInfo = async () => {
6565
const tempUserID = '400';

0 commit comments

Comments
 (0)