add og:image

This commit is contained in:
Philipp Kühn
2018-08-26 20:04:40 +02:00
parent 6164bd6abd
commit 56bb2fb3b5
3 changed files with 16 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@@ -4,9 +4,10 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>tiptap</title>
<meta name="description" content="A renderless rich-text editor for Vue.js">
<meta name="description" content="A renderless & extendable rich-text editor for Vue.js">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<meta property="og:image" content="/assets/images/open-graph.png">
</head>
<body>
<div id="app"></div>