new room
This commit is contained in:
parent
f5440bfddc
commit
e05f1bafc0
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue