fix: remove vue-meta, place meta tags directly in index.html
This commit is contained in:
parent
a7c038de43
commit
505c95364d
6 changed files with 18 additions and 90 deletions
13
src/App.vue
13
src/App.vue
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue