Skip to content

Commit

Permalink
feat: using uptown.jpg for default social og
Browse files Browse the repository at this point in the history
  • Loading branch information
uptownhr committed May 21, 2024
1 parent 5a19f37 commit 5a9d071
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added apps/website/public/uptown.jpg
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 apps/website/src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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 = '/uptown.jpg' } = Astro.props;
---

<!-- Global Metadata -->
Expand Down

0 comments on commit 5a9d071

Please sign in to comment.