feat(analytics): add VPS Panel analytics script

This commit is contained in:
mstfyldz
2026-06-04 20:25:06 +03:00
parent cbe5d7dd84
commit 0a2ab83028
+2
View File
@@ -61,6 +61,8 @@ export default async function RootLayout({
className={`${cormorant.variable} ${montserrat.variable} h-full antialiased`} className={`${cormorant.variable} ${montserrat.variable} h-full antialiased`}
> >
<head> <head>
{/* VPS Panel Analytics */}
<script defer src="https://panel.ayris.tech/api/analytics/script" data-domain="moygroup.com.tr"></script>
<script <script
type="application/ld+json" type="application/ld+json"
dangerouslySetInnerHTML={{ __html: JSON.stringify(jsonLd) }} dangerouslySetInnerHTML={{ __html: JSON.stringify(jsonLd) }}