File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -268,8 +268,10 @@ const config = {
268268 "posthog-docusaurus" ,
269269 {
270270 apiKey : process . env . POSTHOG_API_KEY ,
271- appUrl : process . env . POSTHOG_APP_URL || 'https://us.i.posthog.com' ,
271+ appUrl : 'https://compose.diamonds/54Q17895d65' ,
272+ uiHost : 'https://us.posthog.com' ,
272273 enableInDevelopment : false ,
274+ capturePageLeave : true ,
273275 } ,
274276 ]
275277 ] ,
Original file line number Diff line number Diff line change 1515
1616[build .environment ]
1717 # Disable git submodules - they are not needed for the website build
18- GIT_SUBMODULES = " false"
18+ GIT_SUBMODULES = " false"
19+
20+ [[redirects ]]
21+ from = " /54Q17895d65/static/*"
22+ to = " https://us-assets.i.posthog.com/static/:splat"
23+ host = " us-assets.i.posthog.com"
24+ status = 200
25+ force = true
26+
27+ [[redirects ]]
28+ from = " /54Q17895d65/*"
29+ to = " https://us.i.posthog.com/:splat"
30+ host = " us.i.posthog.com"
31+ status = 200
32+ force = true
You can’t perform that action at this time.
0 commit comments