feat: add tracking
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m10s

This commit is contained in:
Nathan Lamy 2026-02-24 23:34:25 +01:00
parent 88c8dc48ae
commit e710adcbfa

View file

@ -56,6 +56,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
/> />
<link rel="manifest" href="/manifest.webmanifest" /> <link rel="manifest" href="/manifest.webmanifest" />
<script src="/registerSW.js"></script> <script src="/registerSW.js"></script>
<script defer src="https://cloud.umami.is/script.js" data-website-id="e879f68b-8999-41d1-9bbc-79ccca9f186b"></script>
<Meta /> <Meta />
<Links /> <Links />
</head> </head>