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 93b92f1 commit 43136c4Copy full SHA for 43136c4
astro.config.mjs
@@ -85,6 +85,11 @@ export default defineConfig({
85
},
86
],
87
head: [
88
+ // Google Search Console verification
89
+ {
90
+ tag: 'meta',
91
+ attrs: { name: 'google-site-verification', content: 'OMPx4WGKmU7bVq2CxB97o4jZzhRULH3Dq1OJfA7UPTk' },
92
+ },
93
// OpenGraph / Social (og:image and twitter:image are set dynamically in Head.astro)
94
{
95
tag: 'meta',
0 commit comments