Index: src/lib/auth.ts
===================================================================
--- src/lib/auth.ts	(revision b67f274e88a37e13671a714acf2c630e077f8758)
+++ src/lib/auth.ts	(revision 997d094e19512a2b34c6fb682f5cfde0dd4edae7)
@@ -74,5 +74,5 @@
 
 export async function login(params: { email: string; password: string }) {
-  const baseUrl = process.env.NEXT_PUBLIC_API_BASE_URL ?? 'http://localhost:5147';
+  const baseUrl = process.env.NEXT_PUBLIC_API_BASE_URL ?? 'https://iknow-api.onrender.com';
 
   const response = await fetch(`${baseUrl}/api/auth/login`, {
