Skip to content

Commit

Permalink
feat: add google verification
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneGoosen committed Sep 6, 2024
1 parent a49f8b4 commit 7dcce69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ const { title, description, image, articleDate } = Astro.props
<PlausibleAnalytics />
<ProviderTheme />
<ProviderAnimations />
<meta name="msvalidate.01" content="B773311CC89DD46884A05AF0D59BF25E" />
<meta name='msvalidate.01' content='B773311CC89DD46884A05AF0D59BF25E' />
<meta name='google-site-verification' content='QgzbyFVx7jxbDQP2l9cOnb6pN0NyqxITFmemST5Ot9w' />
</head>

<body class='bg-white text-stone-950 dark:bg-[#0a0910] dark:text-white'>
Expand Down

0 comments on commit 7dcce69

Please sign in to comment.