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 16f4460 commit 9af4f10Copy full SHA for 9af4f10
quartz/components/Head.tsx
@@ -52,7 +52,7 @@ export default (() => {
52
)}
53
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossOrigin="anonymous" />
54
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
55
- <meta name="google-site-verification" content="IXpOhNNiHEbF0pTWgKmZlorGdSTMtU5ZEC4ODC74vkA" />
+ {/* <meta name="google-site-verification" content="IXpOhNNiHEbF0pTWgKmZlorGdSTMtU5ZEC4ODC74vkA" /> */}
56
57
<meta name="og:site_name" content={cfg.pageTitle}></meta>
58
<meta property="og:title" content={title} />
0 commit comments