Skip to content

Commit

Permalink
chore: edit# meta-img
Browse files Browse the repository at this point in the history
  • Loading branch information
dtoecho committed Jun 19, 2024
1 parent 4d78346 commit a5010b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion src/components/Head.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface Props {
const canonicalURL = new URL(Astro.url.pathname, Astro.site);
const { title, description, image = "/blog-placeholder-2.jpg" } = Astro.props;
const { title, description, image = "/meta-img" } = Astro.props;
---

<!-- Global Metadata -->
Expand Down

0 comments on commit a5010b8

Please sign in to comment.