diff --git a/client/api/creators.ts b/client/api/creators.ts index 9eadccef..eb4a4583 100644 --- a/client/api/creators.ts +++ b/client/api/creators.ts @@ -50,7 +50,7 @@ export interface CreatorsResponse { }; } -const API_BASE = process.env.VITE_API_BASE || ""; +const API_BASE = import.meta.env.VITE_API_BASE || ""; export async function getCreators(filters?: { arm?: string;