Commit be12461a authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: share url reverted to original url

parent 6c2cab25
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
console.log('share', chat); console.log('share', chat);
toast.success('Redirecting you to OllamaHub'); toast.success('Redirecting you to OllamaHub');
// const url = 'https://ollamahub.com'; const url = 'https://ollamahub.com';
const url = 'http://localhost:5173'; // const url = 'http://localhost:5173';
const tab = await window.open(`${url}/chats/upload`, '_blank'); const tab = await window.open(`${url}/chats/upload`, '_blank');
window.addEventListener( window.addEventListener(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment