diff --git a/app/(site)/[locale]/layout.tsx b/app/(site)/[locale]/layout.tsx index 21e7b80ab..c6cd1173a 100644 --- a/app/(site)/[locale]/layout.tsx +++ b/app/(site)/[locale]/layout.tsx @@ -3,6 +3,7 @@ import Header from 'components/layout/header/header'; import { NextIntlClientProvider } from 'next-intl'; import { Inter } from 'next/font/google'; import { notFound } from 'next/navigation'; +import Script from 'next/script'; import { ReactNode, Suspense } from 'react'; import { supportedLanguages } from '../../../i18n-config'; import './../../globals.css'; @@ -55,6 +56,9 @@ export default async function LocaleLayout({ children, params: { locale } }: Loc return ( +