Skip to content

Commit

Permalink
Adds meta tag google-site-verification to Head
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoLnx committed Mar 20, 2024
1 parent 38c48b5 commit bc798d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PageHead.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ const metatags = {
'og:url': pageUrl,
'og:site_name': mainTitle,
'og:image': socialImage,
'google-site-verification': import.meta.env.VITE_GOOGLE_SITE_VERIFICATION,
};
</script>

0 comments on commit bc798d9

Please sign in to comment.