changed open graph image url
changed it to use absolute path.
This commit is contained in:
parent
7852ecce86
commit
1723345ff2
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
<meta property="og:description" content="A very simple notepad that you can use." />
|
<meta property="og:description" content="A very simple notepad that you can use." />
|
||||||
<meta property="og:url" content="https://westtle.github.io/simple-note" />
|
<meta property="og:url" content="https://westtle.github.io/simple-note" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:image" content="./assets/images/cover.png" />
|
<meta property="og:image" content="https://westtle.github.io/simple-note/assets/images/cover.png" />
|
||||||
<meta property="og:image:width" content="1280" />
|
<meta property="og:image:width" content="1280" />
|
||||||
<meta property="og:image:height" content="720" />
|
<meta property="og:image:height" content="720" />
|
||||||
<meta property="og:image:type" content="image/png" />
|
<meta property="og:image:type" content="image/png" />
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="twitter:url" content="https://westtle.github.io/simple-note" />
|
<meta name="twitter:url" content="https://westtle.github.io/simple-note" />
|
||||||
<meta name="twitter:site" content="@westtle_" />
|
<meta name="twitter:site" content="@westtle_" />
|
||||||
<meta name="twitter:creator" content="@westtle_" />
|
<meta name="twitter:creator" content="@westtle_" />
|
||||||
<meta name="twitter:image" content="/simple-note/assets/images/cover.png" />
|
<meta name="twitter:image" content="https://westtle.github.io/simple-note/assets/images/cover.png" />
|
||||||
<meta name="twitter:image:alt" content="Cover for Simple Note, it has the title and the description sitting on top of black and white background." />
|
<meta name="twitter:image:alt" content="Cover for Simple Note, it has the title and the description sitting on top of black and white background." />
|
||||||
<meta name="twitter:dnt" content="on" />
|
<meta name="twitter:dnt" content="on" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue