Skip to content

Commit 43136c4

Browse files
committed
Add Google Search Console verification meta tag
1 parent 93b92f1 commit 43136c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

astro.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ export default defineConfig({
8585
},
8686
],
8787
head: [
88+
// Google Search Console verification
89+
{
90+
tag: 'meta',
91+
attrs: { name: 'google-site-verification', content: 'OMPx4WGKmU7bVq2CxB97o4jZzhRULH3Dq1OJfA7UPTk' },
92+
},
8893
// OpenGraph / Social (og:image and twitter:image are set dynamically in Head.astro)
8994
{
9095
tag: 'meta',

0 commit comments

Comments
 (0)