fix(behance): embed (#17953)

This commit is contained in:
Tony 2024-12-21 04:32:33 +08:00 committed by GitHub
parent d6fd26238e
commit efb663a332
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
{{ each module.components comp }}
<img src="https://mir-s3-cdn-cf.behance.net/project_modules/source/{{ comp.filename }}">
{{ /each }}
{{ else if module.__typename === 'EmbedModule' }}
{{@ module.fluidEmbed || module.originalEmbed }}
{{ else }}
UNHANDLED MODULE: {{ module.__typename }}
{{ /if }}