Add Google Search Console validation meta
This commit is contained in:
parent
69384e44f9
commit
2b319e2123
1 changed files with 6 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue