Skip to content

Commit 0a5d569

Browse files
committed
Fix open graph image path
1 parent eb09a54 commit 0a5d569

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ export const SITE_CONFIG = {
33
description:
44
'I am a human-computer interaction researcher studying how AI impacts the way we think, learn, express ourselves, and communicate with others.',
55
siteUrl: 'https://jihokim.dev/',
6-
ogImage: '/src/assets/og-image.png',
6+
ogImage:
7+
'https://raw.githubusercontent.com/nghtctrl/nghtctrl.github.io/refs/heads/main/src/assets/og-image.png',
78
};

0 commit comments

Comments
 (0)