From: Cameron Otsuka Date: Fri, 27 Feb 2026 05:15:16 +0000 (-0800) Subject: use posthog managed reverse proxy X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;ds=sidebyside;p=cotsuka.github.io use posthog managed reverse proxy --- diff --git a/src/components/head/posthog.astro b/src/components/head/posthog.astro index bd0ea06..7113c41 100644 --- a/src/components/head/posthog.astro +++ b/src/components/head/posthog.astro @@ -51,7 +51,8 @@ (e.__SV = 1)); })(document, window.posthog || []); posthog.init('phc_JqRTVNfc9j8WH2eupbTg0rI1xG4YNXFZmbnujBaZIXU', { - api_host: 'https://us.i.posthog.com', + api_host: 'https://ph.otsuka.systems', + ui_host: 'https://us.posthog.com', defaults: '2026-01-30', });