Browse Source

fix: share url reverted to original url

Timothy J. Baek 1 year ago
parent
commit
be12461aa2
1 changed files with 2 additions and 2 deletions
  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(