microsoft script

This commit is contained in:
hamid zarghami
2025-08-20 13:07:44 +03:30
parent 9ca7b3b6d8
commit 8d219b8d12
+11
View File
@@ -39,6 +39,17 @@ export default function RootLayout({
<html lang="fa"> <html lang="fa">
<head> <head>
<link rel="icon" href="/favicon.svg" sizes="any" /> <link rel="icon" href="/favicon.svg" sizes="any" />
<script
dangerouslySetInnerHTML={{
__html: `
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "svndba760t");
`,
}}
/>
</head> </head>
<body <body
className={`${geistSans.variable} ${geistMono.variable} antialiased`} className={`${geistSans.variable} ${geistMono.variable} antialiased`}