diff --git a/shared/editor/embeds/Tldraw.tsx b/shared/editor/embeds/Tldraw.tsx index ef1164200..89917d593 100644 --- a/shared/editor/embeds/Tldraw.tsx +++ b/shared/editor/embeds/Tldraw.tsx @@ -14,6 +14,6 @@ function Tldraw(props: Props) { ); } -Tldraw.ENABLED = [new RegExp("^https?://beta\\.tldraw\\.com/r/(.*)")]; +Tldraw.ENABLED = [new RegExp("^https?://(beta|www|old)\\.tldraw\\.com/r/(.*)")]; export default Tldraw;