fix(templates): basic template og:image content
This commit is contained in:
parent
38596b1152
commit
10545f2c84
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
<!-- Open Graph data -->
|
<!-- Open Graph data -->
|
||||||
<meta property="og:site_name" content="McFly" />
|
<meta property="og:site_name" content="McFly" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:image" content="https://mc-fly.vercel.app/morty.png" />
|
<meta property="og:image" content="/morty.png" />
|
||||||
<meta
|
<meta
|
||||||
property="og:title"
|
property="og:title"
|
||||||
content="McFly: Back to the Basics. Into the Future. 😱"
|
content="McFly: Back to the Basics. Into the Future. 😱"
|
||||||
|
|
Loading…
Reference in a new issue