From c51d085c8c9c7de09560a7f6f3bdf4684ea67636 Mon Sep 17 00:00:00 2001 From: NilsUeter Date: Fri, 28 Feb 2025 19:47:14 +0100 Subject: [PATCH] reverse proxy for analytics --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3cddc17..b89b5e2 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ // if localhost then return if(window.location.hostname !== 'localhost') { - posthog.init('phc_QqImEAwwTBa3yh4DhiQ1bCHWA3DBr3lPuosKNRwSuEq',{api_host:'https://eu.posthog.com'}) + posthog.init('phc_QqImEAwwTBa3yh4DhiQ1bCHWA3DBr3lPuosKNRwSuEq',{api_host:'https://cool-silence-eae1.nils-ueter.workers.dev/', ui_host: 'https://eu.posthog.com'}) }