diff --git a/src/lib/util/migration/domainMigration.ts b/src/lib/util/migration/domainMigration.ts index ba2a3462..e8ce68ff 100644 --- a/src/lib/util/migration/domainMigration.ts +++ b/src/lib/util/migration/domainMigration.ts @@ -42,7 +42,9 @@ const isReferredFromMermaid = (): boolean => { hostname === 'mermaid.ai' || hostname.endsWith('.mermaid.ai') || hostname === 'mermaid.js.org' || - hostname.endsWith('.mermaid.js.org') + hostname.endsWith('.mermaid.js.org') || + hostname === 'mermaid.live' || + hostname.endsWith('.mermaid.live') ); } catch { return false;