Skip to content

Commit

Permalink
Update Head.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
dtoecho authored Jun 21, 2024
1 parent 3315e41 commit 17ca704
Showing 1 changed file with 1 addition and 1 deletion.
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-1.jpg" } = Astro.props;
const { title, description, image = "/blog-placeholder-2.jpg" } = Astro.props;
---

<!-- Global Metadata -->
Expand Down

0 comments on commit 17ca704

Please sign in to comment.