mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
Add OG meta tags
This commit is contained in:
parent
af78644f67
commit
ec8d1753ac
|
@ -9,11 +9,41 @@ export default {
|
|||
meta: [
|
||||
{ charset: 'utf-8' },
|
||||
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
||||
{ hid: 'description', name: 'description', content: '' },
|
||||
{ hid: 'description', name: 'description', content: 'The Open Source Dashboard for the Instadapp Protocol' },
|
||||
{ name: 'format-detection', content: 'telephone=no' },
|
||||
{ name: "msapplication-TileColor", content: "#ffffff" },
|
||||
{ name: "msapplication-TileImage", content: "/ms-icon-144x144.png" },
|
||||
{ name: "theme-color", content: "#ffffff" },
|
||||
|
||||
// FB
|
||||
{ hid: 'og_type', property: 'og:type', content: 'website' },
|
||||
{ hid: 'og_url', property: 'og:url', content: 'https://assembly.instadapp.io/' },
|
||||
{ hid: 'og_title', property: 'og:title', content: 'Assembly' },
|
||||
{
|
||||
hid: 'og_image',
|
||||
property: 'og:image',
|
||||
content: `https://assembly.instadapp.io/social.jpg`,
|
||||
},
|
||||
{
|
||||
hid: 'og_description',
|
||||
property: 'og:description',
|
||||
content: 'The Open Source Dashboard for the Instadapp Protocol',
|
||||
},
|
||||
|
||||
// Twitter
|
||||
{ hid: 'twitter_type', property: 'twitter:card', content: 'summary_large_image' },
|
||||
{ hid: 'twitter_url', property: 'twitter:url', content: 'https://assembly.instadapp.io/' },
|
||||
{ hid: 'twitter_title', property: 'twitter:title', content: 'Assembly' },
|
||||
{
|
||||
hid: 'twitter_image',
|
||||
property: 'twitter:image',
|
||||
content: `https://assembly.instadapp.io/social.jpg`,
|
||||
},
|
||||
{
|
||||
hid: 'twitter_description',
|
||||
property: 'twitter:description',
|
||||
content: 'The Open Source Dashboard for the Instadapp Protocol',
|
||||
},
|
||||
],
|
||||
link: [
|
||||
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
|
||||
|
|
BIN
static/social.jpg
Normal file
BIN
static/social.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
Loading…
Reference in New Issue
Block a user