refactor: move meta tags into helper module
This commit is contained in:
parent
0adf7cb855
commit
ca2c9a37a8
2 changed files with 57 additions and 45 deletions
46
src/App.vue
46
src/App.vue
|
@ -314,51 +314,7 @@ export default {
|
|||
{ rel: "favicon", href: "/img/sebin-smug-icon.png" },
|
||||
{ rel: "icon", href: "/img/sebin-smug-icon.png" }
|
||||
],
|
||||
meta: [
|
||||
{ charset: "utf-8" },
|
||||
{
|
||||
name: "twitter:card",
|
||||
content: "summary"
|
||||
},
|
||||
{
|
||||
name: "twitter:creator",
|
||||
content: "@SebinNyshkim"
|
||||
},
|
||||
{
|
||||
name: "twitter:description",
|
||||
content:
|
||||
"Learn everything about your favorite neighborhood derg, down the the minute details!"
|
||||
},
|
||||
{
|
||||
name: "twitter:title",
|
||||
content: "Sebin Nyshkim - Reference Page"
|
||||
},
|
||||
{
|
||||
name: "twitter:image",
|
||||
content: "http://ref.sebin-nyshkim.net/img/sebin-smug-icon.png"
|
||||
},
|
||||
{
|
||||
property: "og:title",
|
||||
content: "Sebin Nyshkim - Reference Page"
|
||||
},
|
||||
{
|
||||
property: "og:type",
|
||||
content: "website"
|
||||
},
|
||||
{
|
||||
property: "og:url",
|
||||
content: "http://ref.sebin-nyshkim.net"
|
||||
},
|
||||
{
|
||||
property: "og:image",
|
||||
content: "http://ref.sebin-nyshkim.net/img/sebin-smug-icon.png"
|
||||
},
|
||||
{
|
||||
property: "og:description",
|
||||
content:
|
||||
"Learn everything about your favorite neighborhood derg, down the the minute details!"
|
||||
}
|
||||
],
|
||||
meta: Helper.methods.getMetaTags(),
|
||||
htmlAttrs: {
|
||||
lang: "en"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue