From 92e50136a790dcab903421188237619eb70f0374 Mon Sep 17 00:00:00 2001 From: Sebastiano Date: Fri, 20 Sep 2024 21:51:43 +0200 Subject: [PATCH] chore: add analytics to landing page Since, apparently, docusaurus is not adding the script to the ``, I'm adding it manually on the landing page --- src/pages/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 855ba51..b960398 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -43,6 +43,7 @@ export default function Home(): JSX.Element {
+ ); }