Skip to content

Commit

Permalink
update google site verification
Browse files Browse the repository at this point in the history
  • Loading branch information
gusibi committed Nov 3, 2024
1 parent 37a0a47 commit 58633b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit 58633b1

Please sign in to comment.