From cd184a3ce0bb643c1630a839aa061dc0e8a8a319 Mon Sep 17 00:00:00 2001 From: Scott Nath Date: Wed, 13 Sep 2023 21:12:57 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=88=20add=20plausible=20analytics?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workspaces/website/src/components/BaseHead.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/workspaces/website/src/components/BaseHead.astro b/workspaces/website/src/components/BaseHead.astro index ebf53b4..08b736f 100644 --- a/workspaces/website/src/components/BaseHead.astro +++ b/workspaces/website/src/components/BaseHead.astro @@ -14,6 +14,7 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site); const { title, description, image = '/placeholder-scottnath.jpeg' } = Astro.props; --- +