We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e74c0 commit 33ec834Copy full SHA for 33ec834
astro.config.mjs
@@ -106,14 +106,14 @@ export default defineConfig({
106
crossorigin: true,
107
},
108
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
- //},
+ {
+ tag: "script",
+ attrs: {
+ src: "https://plausible.mehalter.com/js/script.js",
+ defer: true,
+ "data-domain": "docs.astronvim.com",
+ },
117
],
118
logo: {
119
src: "./src/assets/astronvim.svg",
0 commit comments