From ea3098078200e4321f6618b1b9fb48c76918b5c7 Mon Sep 17 00:00:00 2001 From: AyrisAI Date: Mon, 13 Jul 2026 15:23:51 +0300 Subject: [PATCH] feat: add VPS panel analytics script --- app/[locale]/layout.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx index 652ba44..ded222c 100644 --- a/app/[locale]/layout.tsx +++ b/app/[locale]/layout.tsx @@ -6,6 +6,7 @@ import { getMessages, setRequestLocale } from 'next-intl/server'; import { notFound } from 'next/navigation'; import { routing } from '@/i18n/routing'; import { headers } from 'next/headers'; +import Script from 'next/script'; import Navbar from '@/components/Navbar'; import Footer from '@/components/Footer'; import { SITE_URL, buildAlternates, ogLocale } from '@/lib/seo'; @@ -106,6 +107,12 @@ export default async function RootLayout({ className={`${unbounded.variable} ${golosText.variable} ${ibmPlexMono.variable} h-full antialiased`} > + {/* VPS Panel Analytics */} +