Explorar el Código

fix: share url reverted to original url

Timothy J. Baek hace 1 año
padre
commit
be12461aa2
Se han modificado 1 ficheros con 2 adiciones y 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(