Skip to content

Commit

Permalink
fix site-verification tag
Browse files Browse the repository at this point in the history
  • Loading branch information
capital-G committed Nov 27, 2023
1 parent 47c3d70 commit 43ffc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default defineNuxtConfig({
{ property: 'og:image', content: siteImage.url, hid: 'og:image' },
{ property: 'theme-color', content: '#FFFFFF' },
// google search console
{ property: 'google-site-verification', content: '5dE39ihRPtzuModjqcgOzLcwneqgXbWz6_kokjM9jrc' },
{ name: 'google-site-verification', content: '5dE39ihRPtzuModjqcgOzLcwneqgXbWz6_kokjM9jrc' },
],
},
},
Expand Down

0 comments on commit 43ffc26

Please sign in to comment.