Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
be12461a
Commit
be12461a
authored
Dec 15, 2023
by
Timothy J. Baek
Browse files
fix: share url reverted to original url
parent
6c2cab25
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lib/components/layout/Navbar.svelte
src/lib/components/layout/Navbar.svelte
+2
-2
No files found.
src/lib/components/layout/Navbar.svelte
View file @
be12461a
...
...
@@ -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(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment