Skip to content

Commit 65e7fb4

Browse files
committed
update docs
1 parent d7a7b72 commit 65e7fb4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/astro.config.mjs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,21 @@ export default defineConfig({
3737
]
3838
})
3939
],
40+
head: [
41+
// Plausible Analytics
42+
{
43+
tag: 'script',
44+
attrs: {
45+
async: true,
46+
src: 'https://ps.log.rw/js/pa-TLPk4Xvnye6Dh8hvwvH9n.js',
47+
},
48+
},
49+
{
50+
tag: 'script',
51+
content:
52+
'window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};plausible.init()',
53+
},
54+
],
4055
title: 'Remnawave Reverse-Proxy',
4156
logo: {
4257
src: './src/assets/logo.webp',

0 commit comments

Comments
 (0)