Skip to content

Commit e72d7ee

Browse files
committed
Add clientOptions to PostHog configuration in nuxt.config.ts
1 parent 4307363 commit e72d7ee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nuxt.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,10 @@ export default defineNuxtConfig({
159159
posthog: {
160160
publicKey: 'phc_t9nBlYL9LcDj4LDKZfQ97m5nbvFDTugkdQqAAspfdI',
161161
host: 'https://eu.i.posthog.com',
162-
proxy: true
162+
proxy: true,
163+
clientOptions: {
164+
person_profiles: 'always'
165+
}
163166
},
164167
site: {
165168
url: 'https://blog.onelitefeather.net',

0 commit comments

Comments
 (0)