diff --git a/layouts/default.vue b/layouts/default.vue index 8579c4a..62f9f6c 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -209,7 +209,6 @@ 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 }, diff --git a/nuxt.config.ts b/nuxt.config.ts index ab5bdd4..6cb13aa 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -23,6 +23,7 @@ export default defineNuxtConfig({ // Twitter Card { name: 'twitter:card', content: 'summary_large_image' }, { name: 'twitter:description', content: '古思乱讲 - 一个关于技术、生活和思考的博客 简洁现代的博客系统,使用 GitHub Issues 作为 CMS,提供时间线式展示、Markdown 渲染、标签分类等功能。灵感源自 Path 应用,通过 Cloudflare 技术实现高效托管。| A concise, modern blogging system inspired by the Path app. Using GitHub Issues as CMS and Cloudflare for efficient hosting. Features include timeline display, Markdown rendering, and tag categorization' }, + { name: 'google-site-verification', content: 'mK8IcUVJNhs8X6Fwy-cJCB9AEIqxFbLOsKvynUoqa3Y' }, ], link: [ { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },