fix: iframe credentialless

This commit is contained in:
2024-01-19 23:58:46 +00:00
parent 9ceb3c705f
commit d1972542b7
9 changed files with 9 additions and 2 deletions

View File

@ -3,6 +3,7 @@ const WavlakeEmbed = ({ link }: { link: string }) => {
return (
<iframe
credentialless=""
style={{ borderRadius: 12 }}
src={convertedUrl}
width="100%"