From 498351fd6910fab47442f6a46369cbd2492cb96a Mon Sep 17 00:00:00 2001 From: Joe Kendall Date: Wed, 17 Apr 2024 14:26:10 -0400 Subject: [PATCH] fixing posthog persistence to use memory instead of cookie (#152) Co-authored-by: Joe Kendall --- src/layouts/Layout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 2d25eaa..ead2740 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -51,7 +51,7 @@ const { data = {} } = Astro.props