Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit c7ef3df

Browse files
committed
feat: add Umami analytics — privacy-first, cookie-free tracking
1 parent 4ac2d02 commit c7ef3df

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

astro.config.mjs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ export default defineConfig({
2424
baseUrl: 'https://github.com/MidOSresearch/midos-web/edit/main/web/',
2525
},
2626
head: [
27+
// Analytics — Umami (privacy-first, cookie-free)
28+
{
29+
tag: 'script',
30+
attrs: {
31+
defer: true,
32+
src: 'https://cloud.umami.is/script.js',
33+
'data-website-id': '66971f34-c5c7-4949-bedd-36a02f66e55e',
34+
'data-domains': 'midos.dev',
35+
},
36+
},
2737
// OpenGraph
2838
{ tag: 'meta', attrs: { property: 'og:type', content: 'website' } },
2939
{ tag: 'meta', attrs: { property: 'og:site_name', content: 'MidOS' } },

0 commit comments

Comments
 (0)