diff --git a/shared/editor/embeds/Pitch.tsx b/shared/editor/embeds/Pitch.tsx index 938e42bf6..d0177e717 100644 --- a/shared/editor/embeds/Pitch.tsx +++ b/shared/editor/embeds/Pitch.tsx @@ -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;