From 37a0a474a0304d76a05857773120e731a1b7608b Mon Sep 17 00:00:00 2001 From: goodspeed Date: Sun, 3 Nov 2024 11:56:20 +0800 Subject: [PATCH] update google site verification --- layouts/default.vue | 2 +- plugins/head.ts | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/layouts/default.vue b/layouts/default.vue index b3724fa..8579c4a 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -209,12 +209,12 @@ useHead({ }, meta: [ { name: 'viewport', content: 'width=device-width, initial-scale=1' }, + { name: 'google-site-verification', content: 'mK8IcUVJNhs8X6Fwy-cJCB9AEIqxFbLOsKvynUoqa3Y' }, // { name: 'description', content: config.public.siteDescription }, { name: 'format-detection', content: 'telephone=no' }, { property: 'og:site_name', content: config.public.siteTitle }, { property: 'og:type', content: 'website' }, { name: 'twitter:site', content: config.public.twitterHandle }, - { name: 'google-site-verification', content: 'mK8IcUVJNhs8X6Fwy-cJCB9AEIqxFbLOsKvynUoqa3Y' }, ], link: [ { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }, diff --git a/plugins/head.ts b/plugins/head.ts index 116903f..4ac663f 100644 --- a/plugins/head.ts +++ b/plugins/head.ts @@ -4,11 +4,11 @@ export default defineNuxtPlugin((nuxtApp) => { { name: 'baidu-site-verification', content: 'codeva-SAHZtLhbiF' - }, - { - name: 'google-site-verification', - content: 'mK8IcUVJNhs8X6Fwy-cJCB9AEIqxFbLOsKvynUoqa3Y' } + // { + // name: 'google-site-verification', + // content: 'mK8IcUVJNhs8X6Fwy-cJCB9AEIqxFbLOsKvynUoqa3Y' + // } ] }) }) \ No newline at end of file