Skip to content

Commit

Permalink
feat: change open graph.
Browse files Browse the repository at this point in the history
  • Loading branch information
Darrin-Lin committed Aug 11, 2024
1 parent f457f65 commit bbe2768
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed public/open-graph.jpg
Binary file not shown.
Binary file added public/open-graph.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 @@ -9,7 +9,7 @@ interface Props {
const canonicalURL = new URL(Astro.url.pathname, Astro.site)
const { title, description, image = "/open-graph.jpg" } = Astro.props
const { title, description, image = "/open-graph.png" } = Astro.props
---

<!-- Global Metadata -->
Expand Down

0 comments on commit bbe2768

Please sign in to comment.