We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b295f7 commit 27707c7Copy full SHA for 27707c7
1 file changed
src/layouts/Layout.astro
@@ -14,6 +14,7 @@ const { title } = Astro.props;
14
<meta name="viewport" content="width=device-width" />
15
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
16
<meta name="generator" content={Astro.generator} />
17
+ <meta name="google-site-verification" content="_N1moGyOtMLLea2Ii1SxEDxw-DtVurcqkAKmoKTVW0I" />
18
<title>{title}</title>
19
</head>
20
<body class="bg-blockchain-light min-h-screen">
0 commit comments