reverse proxy for analytics

This commit is contained in:
NilsUeter
2025-02-28 19:47:14 +01:00
parent 2ffc8ee5ef
commit c51d085c8c
+1 -1
View File
@@ -19,7 +19,7 @@
// if localhost then return // if localhost then return
if(window.location.hostname !== 'localhost') 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'})
} }
</script> </script>
</head> </head>