We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An image that used to be written like this in the .md:
.md
https://main--moleculardevices--hlxsites.hlx.page/media_176cf630873d24a275d9f500a15fd32abca5be225.jpeg#width=350&height=200
and had a production CDN prefix in the og:image tag, now suddenly is relative in the HTML:
og:image
<meta property="og:image" content="./media_176cf630873d24a275d9f500a15fd32abca5be225.jpeg?width=750&format=jpeg&optimize=medium">
The text was updated successfully, but these errors were encountered:
fix: properly rewrite meta image
4c91e5a
fixes #405
fix: properly rewrite meta image (#406)
d0c173f
chore(release): 5.0.3 [skip ci]
b798d2b
## [5.0.3](v5.0.2...v5.0.3) (2023-09-21) ### Bug Fixes * properly rewrite meta image ([#406](#406)) ([d0c173f](d0c173f)), closes [#405](#405)
🎉 This issue has been resolved in version 5.0.3 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
tripodsan
Successfully merging a pull request may close this issue.
An image that used to be written like this in the
.md
:and had a production CDN prefix in the
og:image
tag, now suddenly is relative in the HTML:The text was updated successfully, but these errors were encountered: