Add Google Search Console validation meta

This commit is contained in:
Thog 2020-02-08 18:34:58 +01:00
parent 69384e44f9
commit 2b319e2123
1 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,12 @@ export default function (Vue, { appOptions, router, head }) {
const dIndex = head.meta.findIndex(e => e.name === 'description')
if (dIndex !== -1) head.meta.splice(dIndex, 1)
// For Google Search Console
head.meta.push({
name: "google-site-verification",
content: "6-jOQTZMaaKrCTbkRoghe5Pd1kbYhyGpOTAgUhoT9HA"
})
const opts = {
theme: {
ryu_blue: '#00C4E1',