diff --git a/frontend/src/utils/index.js b/frontend/src/utils/index.js index 225eafb7..f560d061 100644 --- a/frontend/src/utils/index.js +++ b/frontend/src/utils/index.js @@ -170,7 +170,8 @@ export function getEditorTools() { }, vimeo: { regex: /^(?:http[s]?:\/\/)?(?:www\.)?vimeo\.com\/(\d+)(?:\/([a-zA-Z0-9]+))?(?:\?[^\s]*)?$/, - embedUrl: '<%= remote_id %>', + embedUrl: + 'https://player.vimeo.com/video/<%= remote_id %>', html: `
`, id: ([id, hash]) => (hash ? `${id}?h=${hash}` : id), },