Skip to content

Commit c70b93f

Browse files
authored
temporarily disable plausible
1 parent f978f0e commit c70b93f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

astro.config.mjs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ 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-
},
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+
// },
116116
},
117117
],
118118
logo: {

0 commit comments

Comments
 (0)