diff --git a/src/main.js b/src/main.js index cf5a7c1..8ad4dc6 100644 --- a/src/main.js +++ b/src/main.js @@ -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',