Skip to content

Commit

Permalink
Fix path to image for og card
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Nov 4, 2024
1 parent 5894817 commit 5eb506b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface Props {
const {
title,
description = SITE_DESCRIPTION,
image = "/cyberlang-logo.png",
image = "/img/cyberlang-logo.png",
} = Astro.props;
---

Expand Down

0 comments on commit 5eb506b

Please sign in to comment.