Răsfoiți Sursa

fix: share url reverted to original url

Timothy J. Baek 1 an în urmă
părinte
comite
be12461aa2
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      src/lib/components/layout/Navbar.svelte

+ 2 - 2
src/lib/components/layout/Navbar.svelte

@@ -13,8 +13,8 @@
 		console.log('share', chat);
 		toast.success('Redirecting you to OllamaHub');
 
-		// const url = 'https://ollamahub.com';
-		const url = 'http://localhost:5173';
+		const url = 'https://ollamahub.com';
+		// const url = 'http://localhost:5173';
 
 		const tab = await window.open(`${url}/chats/upload`, '_blank');
 		window.addEventListener(