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 8721325 commit 0568a60Copy full SHA for 0568a60
src/components/BaseHead.astro
@@ -27,7 +27,7 @@ const { title, description } = Astro.props
27
title="thewhiteh4t - Security Through Hacking"
28
href={new URL('rss.xml', Astro.site)}
29
/>
30
-<meta name="google-site-verification" content="tnCFEyZ2iPL-pxOGxgs0--ce9az3gCA3RR-UxiAAE70" />
+
31
<!-- SEO Tags -->
32
<SEO title={title} description={description} />
33
0 commit comments