Skip to content

Commit a93d30c

Browse files
committed
fix: use absolute URL for OG image src
Relative path wasn't resolving correctly. Use the full absolute URL to ensure the OG image works in all contexts. https://claude.ai/code/session_011oBs69H1Y31avULLt2FL4W
1 parent 1c48d58 commit a93d30c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const SITE = {
66

77
export const OPEN_GRAPH = {
88
image: {
9-
src: '/og-image.png',
9+
src: 'https://www.media-chrome.org/og-image.png',
1010
alt: 'html tag on a green background',
1111
},
1212
twitter: 'MuxHQ',

0 commit comments

Comments
 (0)