We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b616abc commit 5e105f6Copy full SHA for 5e105f6
1 file changed
astro.config.mjs
@@ -78,6 +78,15 @@ export default defineConfig({
78
content: "https://chunkhound.github.io/og-image.png",
79
},
80
81
+ // Umami Analytics
82
+ {
83
+ tag: "script",
84
+ attrs: {
85
+ defer: true,
86
+ src: "https://cloud.umami.is/script.js",
87
+ "data-website-id": "b80d053f-9131-4f5c-9159-b8c71fc69a91",
88
+ },
89
90
],
91
sidebar: [
92
{ label: "Quickstart", slug: "quickstart" },
0 commit comments