Skip to content

Commit 4af4c59

Browse files
committed
make header image reference absolute
1 parent 7a67fd2 commit 4af4c59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta property="og:description" content="Visualize segmentation performance with intuitive metrics and overlays." />
1313
<meta property="og:type" content="website" />
1414
<meta property="og:url" content="https://segmentationlab.ossner.com/" />
15-
<meta property="og:image" content="/header.svg" />
15+
<meta property="og:image" content="https://segmentationlab.ossner.com/header.svg" />
1616
</head>
1717

1818
<body>

0 commit comments

Comments
 (0)