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 5e57328 commit 37a0a47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down
8 changes: 4 additions & 4 deletions plugins/head.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
// }
]
})
})

0 comments on commit 37a0a47

Please sign in to comment.