Skip to content

Commit 0b3374b

Browse files
make og image url absolute (#1577)
1 parent 52567ec commit 0b3374b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function Layout(data: Lume.Data) {
3434
title={data.title}
3535
description={description}
3636
section={section}
37-
url={data.url}
37+
url={`${data.site?.location ?? ""}${data.url}`}
3838
/>
3939
<meta
4040
name="keywords"

0 commit comments

Comments
 (0)