From e05f1bafc0ae98c7a94a11a059607d77a5cdf1c6 Mon Sep 17 00:00:00 2001 From: Orion Reed Date: Sat, 20 Jul 2024 14:22:33 +0200 Subject: [PATCH] new room --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 0f3394c..f563c00 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -19,7 +19,7 @@ const HOST_URL = import.meta.env.DEV export default function Canvas() { const roomId = - new URLSearchParams(window.location.search).get("room") || "43"; + new URLSearchParams(window.location.search).get("room") || "2024"; const store = useYjsStore({ roomId: roomId, hostUrl: HOST_URL,