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 27ac1eb commit 5e57328
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file removed image.png
Binary file not shown.
1 change: 1 addition & 0 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ useHead({
{ 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
2 changes: 1 addition & 1 deletion plugins/head.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export default defineNuxtPlugin((nuxtApp) => {
}
]
})
})
})

0 comments on commit 5e57328

Please sign in to comment.