Skip to content

Commit 5eb506b

Browse files
committed
Fix path to image for og card
1 parent 5894817 commit 5eb506b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BaseHead.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface Props {
1313
const {
1414
title,
1515
description = SITE_DESCRIPTION,
16-
image = "/cyberlang-logo.png",
16+
image = "/img/cyberlang-logo.png",
1717
} = Astro.props;
1818
---
1919

0 commit comments

Comments
 (0)