From: Cameron Otsuka Date: Wed, 10 Jun 2026 19:08:20 +0000 (-0700) Subject: add asset_host parameter X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=65f4c3af7bedeee7898443cf8c9630c2607d33a5;p=cotsuka.github.io add asset_host parameter --- 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', });