Skip to content

Commit

Permalink
fix: Article schema image base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Oct 28, 2023
1 parent c1cf9e2 commit 3a6e082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if (structuredData?.article) {
"@type": "Article",
"headline": structuredData?.article?.headline,
"description": structuredData?.article?.description,
"image": "https://openresource.dev/images/open-graph" + canonicalURL.pathname.slice(0, -1) + ".png",
"image": "https://openresource.dev/open-graph" + canonicalURL.pathname.slice(0, -1) + ".png",
"author": {
"@type": "Person",
"name": "Julien Déramond",
Expand Down

1 comment on commit 3a6e082

@vercel
Copy link

@vercel vercel bot commented on 3a6e082 Oct 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.