diff --git a/apps/web/src/routes/__root.tsx b/apps/web/src/routes/__root.tsx index 80fe9c3..c373109 100644 --- a/apps/web/src/routes/__root.tsx +++ b/apps/web/src/routes/__root.tsx @@ -37,6 +37,17 @@ export const Route = createRootRouteWithContext()({ href: appCss, }, ], + scripts: [ + { + src: "https://analytics.zias.be/js/script.file-downloads.hash.outbound-links.pageview-props.revenue.tagged-events.js", + defer: true, + "data-domain": "kunstenkamp.be", + }, + { + children: + "window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }", + }, + ], }), component: RootDocument,