From b141200ddb1242b20a41d0c3c8b0571a49ebeb09 Mon Sep 17 00:00:00 2001 From: Luke Bunselmeyer <luke@bunselmeyer.net> Date: Mon, 8 May 2023 02:23:58 -0400 Subject: [PATCH] - Added plausible.io tracker --- app/root.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/root.tsx b/app/root.tsx index a83a25c..647df6c 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -35,6 +35,7 @@ export function Document({ title, children }: DocumentProps) { {title ? <title>{title}</title> : null} <Meta /> <Links /> + <script defer data-domain="awesome-radio-1ae3.fly.dev" src="https://plausible.io/js/script.js"></script> </head> <body className="h-full"> {children}