From 65f4c3af7bedeee7898443cf8c9630c2607d33a5 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Wed, 10 Jun 2026 12:08:20 -0700 Subject: [PATCH] add asset_host parameter --- src/components/head/posthog.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/head/posthog.astro b/src/components/head/posthog.astro index 7113c41..80155b0 100644 --- a/src/components/head/posthog.astro +++ b/src/components/head/posthog.astro @@ -52,6 +52,7 @@ })(document, window.posthog || []); posthog.init('phc_JqRTVNfc9j8WH2eupbTg0rI1xG4YNXFZmbnujBaZIXU', { api_host: 'https://ph.otsuka.systems', + asset_host: 'https://ph.otsuka.systems', ui_host: 'https://us.posthog.com', defaults: '2026-01-30', }); -- 2.55.0