Skip to content

Commit

Permalink
Merge pull request #670 from kernel-community/r2d
Browse files Browse the repository at this point in the history
bring the features back!
  • Loading branch information
andytudhope authored Jan 23, 2025
2 parents c4fee6c + 1b1ca72 commit 7b7f587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/utility/seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ function SEO({ description, lang, meta, title, keywords, url, featuredImage }) {
},
{
property: 'og:image',
content: `https://kernel.community/${featuredImage}`,
content: `https://read.kernel.community/${featuredImage}`,
},
{
name: 'twitter:image',
content: `https://kernel.community/${featuredImage}`,
content: `https://read.kernel.community/${featuredImage}`,
},
{
name: `twitter:description`,
Expand Down

0 comments on commit 7b7f587

Please sign in to comment.