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,