Skip to content

Commit 97af84e

Browse files
committed
og tags
1 parent 1b39b94 commit 97af84e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

dev/index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>codemirror-json-schema example</title>
77
<meta
88
name="description"
9-
content="A demo of the codemirror-json-schema package"
9+
content="A demo of the codemirror-json-schema package that supports json schema for json4 and json5"
1010
/>
1111
<meta
1212
name="keywords"
@@ -18,8 +18,14 @@
1818
<meta name="twitter:card" content="summary" />
1919
<meta name="og:title" content="codemirror-json-schema example" />
2020
<meta name="og:type" content="website" />
21-
<meta name="og:image" content="/example.png" />
22-
<meta name="twitter:image" content="/example.png" />
21+
<meta
22+
name="og:image"
23+
content="https://codemirror-json-schema.netlify.app/example.png"
24+
/>
25+
<meta
26+
name="twitter:image"
27+
content="https://codemirror-json-schema.netlify.app/example.png"
28+
/>
2329
<style>
2430
body {
2531
background-color: #282c34;

0 commit comments

Comments
 (0)