nuxt-themes / alpine

The minimalist blog theme, powered by Nuxt & Markdown.
https://alpine.nuxt.space
MIT License
302 stars 55 forks source link

feat: added og:image priority for article cover #112

Closed elkmod closed 1 year ago

elkmod commented 1 year ago

This PR sets the og:image meta header to the article cover image, if one is set. It overrides the global alpine.head.image configuration which is used as a fallback.

Relates to #111

codesandbox[bot] commented 1 year ago

CodeSandbox logoCodeSandbox logo  Open in CodeSandbox Web Editor | VS Code | VS Code Insiders

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
alpine ✅ Ready (Inspect) Visit Preview Feb 16, 2023 at 3:27PM (UTC)
elkmod commented 1 year ago

Before: image

After: image

atinux commented 1 year ago

Nice! Have you check when the article is 404 that it does not break the app?

elkmod commented 1 year ago

The 404 behaviour hasn't changed, we don't deliver any og: headers at all 🤔