Compare commits

...

1 Commits

Author SHA1 Message Date
Trisha Lim
606cc1d977 Fix url for sharing in chat demo 2024-11-20 21:34:02 +00:00

View File

@@ -67,7 +67,7 @@ export function ChatDemoSection() {
const shareServer = isLocal
? "http://localhost:5173"
: "https://chat.jazz.tools";
const url = `${shareServer}/#${chatId}`;
const url = `${shareServer}/${chatId}`;
setShareUrl(url);
QRCode.toDataURL(url, {