mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 12:36:57 +00:00
GDPR compliant analytics
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { Analytics } from "@vercel/analytics/react";
|
import Script from "next/script";
|
||||||
import { Inter, Julius_Sans_One } from "next/font/google";
|
import { Inter, Julius_Sans_One } from "next/font/google";
|
||||||
import { useLocale, NextIntlClientProvider } from "next-intl";
|
import { useLocale, NextIntlClientProvider } from "next-intl";
|
||||||
import { getTranslator } from "next-intl/server";
|
import { getTranslator } from "next-intl/server";
|
||||||
@@ -67,8 +67,11 @@ export default async function RootLayout({
|
|||||||
<Footer />
|
<Footer />
|
||||||
</div>
|
</div>
|
||||||
</NextIntlClientProvider>
|
</NextIntlClientProvider>
|
||||||
|
<Script
|
||||||
|
defer
|
||||||
|
src="https://app.tinyanalytics.io/pixel/HyoumUokLr9exPgX"
|
||||||
|
></Script>
|
||||||
</Providers>
|
</Providers>
|
||||||
<Analytics />
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user