Skip to content

Commit

Permalink
fix for og image url in articles
Browse files Browse the repository at this point in the history
  • Loading branch information
marshyon committed Dec 31, 2023
1 parent 43bd977 commit 7d44dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/CustomMarkdown.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import data from "../data/site.json";
title: content.title,
type: "article",
image:
"/images/" + content.image,
data.site + "/images/" + content.image,

},
optional: {
Expand Down

0 comments on commit 7d44dcd

Please sign in to comment.