From 1859acf6915e6b6a0ba034a7c1b37db7445285ad Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Thu, 26 Feb 2026 21:15:16 -0800 Subject: [PATCH] use posthog managed reverse proxy --- src/components/head/posthog.astro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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', }); -- 2.53.0