forked from open-webui/open-webui
fix: share url reverted to original url
This commit is contained in:
parent
6c2cab25b1
commit
be12461aa2
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue