summaryrefslogtreecommitdiff
path: root/src/components/common/SiteVerification.astro
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2025-07-22 15:08:37 +0300
committerDawid Rycerz <dawid@rycerz.xyz>2025-07-22 15:08:37 +0300
commitfcc2f4704e39b0e69b377cc138f75027721dac22 (patch)
tree732fc94b354a26c08fba9cc9059f9c6c900182be /src/components/common/SiteVerification.astro
Initial template
Diffstat (limited to 'src/components/common/SiteVerification.astro')
-rw-r--r--src/components/common/SiteVerification.astro5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/common/SiteVerification.astro b/src/components/common/SiteVerification.astro
new file mode 100644
index 0000000..000baad
--- /dev/null
+++ b/src/components/common/SiteVerification.astro
@@ -0,0 +1,5 @@
+---
+import { SITE } from 'astrowind:config';
+---
+
+{SITE.googleSiteVerificationId && <meta name="google-site-verification" content={SITE.googleSiteVerificationId} />}