issues
search
ethereum
/
solidity-website
26
stars
13
forks
source link
fix: use png for og-image, feat: adds custom og-image to blog posts [Fixes #68]
#83
Closed
wackerow
closed
4 months ago
wackerow
commented
9 months ago
Description
SVG's not supported as Open Graph images. Replaces
siteicon.svg
as default og-image with a new png asset.
Adds an optional
image
front matter property for blog posts which can be used to provide a custom share image.
README.md
updated with instructions for how to use this feature.
Related issue
Fixes #68
Description
siteicon.svg
as default og-image with a new png asset.image
front matter property for blog posts which can be used to provide a custom share image.README.md
updated with instructions for how to use this feature.Related issue