fix: Allow pasting Pitch embed links

This commit is contained in:
Tom Moor
2023-09-04 20:40:59 -04:00
parent 74860ed961
commit ce645b158b

View File

@@ -18,6 +18,7 @@ Pitch.ENABLED = [
new RegExp(
"^https?://app\\.pitch\\.com/app/(?:presentation/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|public/player)/(.*)$"
),
new RegExp("^https?://pitch\\.com/embed/(.*)$"),
];
export default Pitch;