We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb09a54 commit 0a5d569Copy full SHA for 0a5d569
1 file changed
src/config.ts
@@ -3,5 +3,6 @@ export const SITE_CONFIG = {
3
description:
4
'I am a human-computer interaction researcher studying how AI impacts the way we think, learn, express ourselves, and communicate with others.',
5
siteUrl: 'https://jihokim.dev/',
6
- ogImage: '/src/assets/og-image.png',
+ ogImage:
7
+ 'https://raw.githubusercontent.com/nghtctrl/nghtctrl.github.io/refs/heads/main/src/assets/og-image.png',
8
};
0 commit comments