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 64b30d3 commit d21570aCopy full SHA for d21570a
1 file changed
apps/web/src/app/layout.tsx
@@ -74,6 +74,7 @@ export default function RootLayout({
74
}>) {
75
return (
76
<html lang="ko" className={cn(poppins.variable, merriweather.variable, jetbrainsMono.variable)}>
77
+ <meta name="google-site-verification" content="QCEJjFcIzUi4_pR-QJw5g8OdYabndorX1YORsRauKnw" />
78
<head>
79
<link rel="preconnect" href="https://fonts.googleapis.com" />
80
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin="" />
0 commit comments