From be12461aa2f15e8c1881e9ffff3f1b1782ee5980 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Fri, 15 Dec 2023 13:54:25 -0800 Subject: [PATCH] fix: share url reverted to original url --- src/lib/components/layout/Navbar.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/components/layout/Navbar.svelte b/src/lib/components/layout/Navbar.svelte index 2a9582ef..bcd66ee9 100644 --- a/src/lib/components/layout/Navbar.svelte +++ b/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(