Skip to content

Commit

Permalink
adjust default image
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed May 3, 2024
1 parent cddbb2f commit 8126fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/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 + '/index.html', Astro.site);
const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props;
const { title, description, image = '/og-image.png' } = Astro.props;
const fontSources = [
'https://resources.biscuits.club/fonts/VCHenrietta-Regular.woff',
Expand Down

0 comments on commit 8126fb9

Please sign in to comment.