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 */} +