fix: remove vue-meta, place meta tags directly in index.html

This commit is contained in:
Sebin Nyshkim 2020-04-24 12:56:48 +02:00
parent a7c038de43
commit 505c95364d
6 changed files with 18 additions and 90 deletions

View file

@ -382,18 +382,7 @@ export default {
nsfw: false
};
},
mixins: [Sebin, Helper],
metaInfo: {
title: "Sebin Nyshkim - Reference Page",
link: [
{ rel: "favicon", href: "/img/sebin-smug-icon.png" },
{ rel: "icon", href: "/img/sebin-smug-icon.png" }
],
meta: Helper.methods.getMetaTags(),
htmlAttrs: {
lang: "en"
}
}
mixins: [Sebin, Helper]
};
</script>