We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77cb978 commit 6c1e3baCopy full SHA for 6c1e3ba
public/static/og/try.png
205 KB
src/Try.res
@@ -14,7 +14,11 @@ let default = props => {
14
let playground = React.createElement(lazyPlayground, {versions: props.versions})
15
16
<>
17
- <Meta title="ReScript Playground" description="Try ReScript in the browser" />
+ <Meta
18
+ title="ReScript Playground"
19
+ description="Try ReScript in the browser"
20
+ ogImage="/static/og/try.png"
21
+ />
22
<Next.Head>
23
<style> {React.string(`body { background-color: #010427; }`)} </style>
24
</Next.Head>
0 commit comments