Skip to content

Commit 9771806

Browse files
committed
fix: fix og image link
1 parent 3749c80 commit 9771806

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Meta.res

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ let make = (
1212
~ogSiteName=siteName,
1313
~ogDescription=description,
1414
~ogTitle=?,
15-
~ogImage=Env.root_url ++ "Art-3-rescript-launch.jpg",
15+
~ogImage="Art-3-rescript-launch.jpg",
1616
) => {
17+
Console.log(Env.root_url)
1718
let ogImage = Env.root_url ++ ogImage
1819

1920
let title = switch title {

0 commit comments

Comments
 (0)