Skip to content

Commit

Permalink
Fixed opengraph image
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellhaaland committed Aug 19, 2024
1 parent b8235ca commit 7fadc46
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed public/opengraph.jpg
Binary file not shown.
Binary file added public/opengraph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export interface Props {
const canonicalURL = new URL(Astro.url.pathname, Astro.site).toString();
const resolvedImageWithDomain = new URL(
"/opengraph.jpg",
"/opengraph.png",
Astro.site
).toString();
Expand Down

0 comments on commit 7fadc46

Please sign in to comment.