diff --git a/astro.config.mjs b/astro.config.mjs index e0404ec..43537ff 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -41,6 +41,16 @@ export default defineConfig({ }, ], customCss: [], + head: [ + { + tag: 'script', + attrs: { + src: 'https://cloud.umami.is/script.js', + 'data-website-id': '83b509e2-8cc4-430d-a0aa-876262ff4082', + defer: true, + }, + }, + ], }), ], });