We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d20f5 commit 013e888Copy full SHA for 013e888
1 file changed
docs/astro.config.mjs
@@ -100,6 +100,10 @@ export default defineConfig({
100
async: true
101
},
102
103
+ {
104
+ tag: 'script',
105
+ content: 'window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};plausible.init();'
106
+ },
107
],
108
}),
109
]
0 commit comments