Skip to content

Commit

Permalink
temporarily disable plausible
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter authored Oct 21, 2024
1 parent f978f0e commit c70b93f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ export default defineConfig({
crossorigin: true,
},
},
{
tag: "script",
attrs: {
src: "https://plausible.mehalter.com/js/script.js",
defer: true,
"data-domain": "docs.astronvim.com",
},
//{
// tag: "script",
// attrs: {
// src: "https://plausible.mehalter.com/js/script.js",
// defer: true,
// "data-domain": "docs.astronvim.com",
// },
},
],
logo: {
Expand Down

0 comments on commit c70b93f

Please sign in to comment.