Skip to content

Commit

Permalink
fix analytics (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jul 10, 2024
1 parent c2c339a commit 5b5cebc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/docs/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ export default function Layout({ children }: { children: ReactNode }) {
<Body>
<RootProvider>{children}</RootProvider>
</Body>
<script
defer
src="/umami/script.js"
data-website-id="6f07c001-46a2-411f-9241-4f7f5afb60ee"
data-domains="www.assistant-ui.com"
></script>
</html>
);
}

0 comments on commit 5b5cebc

Please sign in to comment.