diff --git a/astro.config.mjs b/astro.config.mjs index 992ce67..941ca87 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -8,6 +8,16 @@ export default defineConfig({ starlight({ title: 'MinimalViableK8s', social: [{ icon: 'github', label: 'GitHub', href: 'https://codeberg.org/headshed/infctl-cli' }], + head: [ + { + tag: 'script', + attrs: { + defer: true, + 'data-domain': 'mvk.headshed.dev', + src: 'https://stats.headshed.dev/js/script.js' + } + } + ], sidebar: [ { label: 'MVK',