We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cbfa8 commit 83dbec9Copy full SHA for 83dbec9
1 file changed
src/app/layout.tsx
@@ -46,6 +46,7 @@ export default function RootLayout({
46
<link rel="apple-touch-icon" href="/apple-touch-icon.svg" />
47
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#14b8a6" />
48
<meta name="theme-color" content="#0f172a" />
49
+ <meta name="msvalidate.01" content="B8D81BA845FFC76EA6CA0F2084B422FE" />
50
</head>
51
<body className="min-h-screen bg-dark-950 text-dark-50 overflow-x-hidden">
52
{/* Noise overlay for texture */}
0 commit comments