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