1 parent 1009604 commit 90e88c0Copy full SHA for 90e88c0
1 file changed
_config.yml
@@ -82,7 +82,11 @@ plugins:
82
# Analytics (PostHog)
83
# Set posthog_api_key to enable PostHog analytics
84
posthog_api_key: phc_vpAJqdjdjgSsZis2hg6LwRh6u37BDgKsPw6tZT8ZjWpi
85
-posthog_api_host: https://eu.i.posthog.com
+# Default: https://eu.i.posthog.com
86
+# Set posthog_api_host to your PostHog instance URL if using managed reverse proxy or using a different region
87
+posthog_api_host: https://t.timetobuildbob.com
88
+# necessary because you're using a proxy, this way links will point back to PostHog properly
89
+ui_host: https://eu.posthog.com
90
91
# Legacy: Plausible Analytics (will be removed after PostHog migration)
92
# plausible_domain: timetobuildbob.github.io
0 commit comments