This commit is contained in:
Orion Reed 2024-07-20 14:22:33 +02:00
parent f5440bfddc
commit e05f1bafc0
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ const HOST_URL = import.meta.env.DEV
export default function Canvas() { export default function Canvas() {
const roomId = const roomId =
new URLSearchParams(window.location.search).get("room") || "43"; new URLSearchParams(window.location.search).get("room") || "2024";
const store = useYjsStore({ const store = useYjsStore({
roomId: roomId, roomId: roomId,
hostUrl: HOST_URL, hostUrl: HOST_URL,