Skip to content

Commit

Permalink
feat: add new og image
Browse files Browse the repository at this point in the history
  • Loading branch information
trobonox committed Sep 30, 2024
1 parent c96113c commit a34e97f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/og_img_um.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/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface Props {
const canonicalURL = new URL(Astro.url.pathname, Astro.site);
const { title, description, image = "/placeholder-social.jpg" } = Astro.props;
const { title, description, image = "/og_img_um.png" } = Astro.props;
---

<!-- Global Metadata -->
Expand Down

0 comments on commit a34e97f

Please sign in to comment.