From af40dbd0386e3b5a5a69e3935f585a02e717c499 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:45:43 -0400 Subject: [PATCH] feat: add analytics --- src/layouts/Layout.astro | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 8a659b9..4ace137 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -11,6 +11,7 @@ export interface Props { } const { title } = Astro.props; +const rybbitSiteId = "3"; --- @@ -47,6 +48,15 @@ const { title } = Astro.props; content="Transform and upload spreadsheet data to CKAN with our streamlined desktop app, featuring 'recipes' for common data wrangling tasks. Based on the qsv CLI tool." /> +