Skip to content

Commit 4c04618

Browse files
committed
feat: plausible
1 parent 38be661 commit 4c04618

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/frontend/nuxt.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ export default defineNuxtConfig({
115115
},
116116
},
117117
plausible: {
118-
apiHost: '/yay/script.js',
118+
apiHost: 'https://blueprint.zip/yay/script.js',
119+
domain: 'https://blueprint.zip',
120+
autoOutboundTracking: true,
119121
ignoredHostnames: ['localhost'],
120122
},
121123
turnstile: {

0 commit comments

Comments
 (0)