Skip to content

Commit

Permalink
Fix card URL when built
Browse files Browse the repository at this point in the history
  • Loading branch information
jegtnes committed Feb 29, 2024
1 parent 5299987 commit 65ee0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_layouts/global.njk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
title=title + " | " + global.siteName,
desc=description or excerpt,
url=global.baseUrl + page.url,
img=global.baseUrl + "/assets/public/card.png",
img=global.baseUrl + "/card.png",
twitter_card_type="summary",
twitter_handle="jegtnes",
name="Alex Jegtnes",
Expand Down

0 comments on commit 65ee0eb

Please sign in to comment.