Skip to content

Commit 33ec834

Browse files
committed
re-enable plausible
1 parent 24e74c0 commit 33ec834

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

astro.config.mjs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ export default defineConfig({
106106
crossorigin: true,
107107
},
108108
},
109-
//{
110-
// tag: "script",
111-
// attrs: {
112-
// src: "https://plausible.mehalter.com/js/script.js",
113-
// defer: true,
114-
// "data-domain": "docs.astronvim.com",
115-
// },
116-
//},
109+
{
110+
tag: "script",
111+
attrs: {
112+
src: "https://plausible.mehalter.com/js/script.js",
113+
defer: true,
114+
"data-domain": "docs.astronvim.com",
115+
},
116+
},
117117
],
118118
logo: {
119119
src: "./src/assets/astronvim.svg",

0 commit comments

Comments
 (0)