Skip to content

Commit 6c1e3ba

Browse files
committed
add og image for playground page
1 parent 77cb978 commit 6c1e3ba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

public/static/og/try.png

205 KB
Loading

src/Try.res

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ let default = props => {
1414
let playground = React.createElement(lazyPlayground, {versions: props.versions})
1515

1616
<>
17-
<Meta title="ReScript Playground" description="Try ReScript in the browser" />
17+
<Meta
18+
title="ReScript Playground"
19+
description="Try ReScript in the browser"
20+
ogImage="/static/og/try.png"
21+
/>
1822
<Next.Head>
1923
<style> {React.string(`body { background-color: #010427; }`)} </style>
2024
</Next.Head>

0 commit comments

Comments
 (0)