We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e97548 commit 4e9beadCopy full SHA for 4e9bead
src/components/BaseHead.astro
@@ -27,11 +27,7 @@ const { title, description } = Astro.props
27
title="thewhiteh4t - Security Through Hacking"
28
href={new URL('rss.xml', Astro.site)}
29
/>
30
-<meta
31
- name="google-site-verification"
32
- content="CoXRnOCynjRXx21Qp5sEmlVMpIfLvg4ThJ5yPTHwEsc"
33
-/>
34
-
+<meta name="google-site-verification" content="tnCFEyZ2iPL-pxOGxgs0--ce9az3gCA3RR-UxiAAE70" />
35
<!-- SEO Tags -->
36
<SEO title={title} description={description} />
37
0 commit comments