From af4d775ee75328d8dc51f4bb087b38432a2f306b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Tue, 12 Mar 2024 09:46:20 +0100 Subject: [PATCH] add analytics for docs --- apps/docs/src/pages/_app.tsx | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/apps/docs/src/pages/_app.tsx b/apps/docs/src/pages/_app.tsx index f86b6510..5f51163a 100644 --- a/apps/docs/src/pages/_app.tsx +++ b/apps/docs/src/pages/_app.tsx @@ -1,5 +1,6 @@ import type { AppProps } from 'next/app'; import Head from 'next/head'; +import Script from 'next/script'; import 'src/globals.css'; @@ -10,6 +11,31 @@ export default function App({ Component, pageProps }: AppProps) { +