fix: Add support for mm.tt mindmeister links
This commit is contained in:
@@ -3,7 +3,7 @@ import * as React from 'react';
|
||||
import Frame from './components/Frame';
|
||||
|
||||
const URL_REGEX = new RegExp(
|
||||
'https://([w.-]+.)?modeanalytics.com/(.*)/reports/(.*)$'
|
||||
'^https://([w.-]+.)?modeanalytics.com/(.*)/reports/(.*)$'
|
||||
);
|
||||
|
||||
type Props = {
|
||||
|
||||
Reference in New Issue
Block a user