Explorar o código

fix: share url reverted to original url

Timothy J. Baek hai 1 ano
pai
achega
be12461aa2
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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(