Skip to content

Commit

Permalink
Add analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
drewlyton committed Aug 6, 2023
1 parent d36c38e commit c6f50ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ export default function App() {
return (
<html lang="en">
<head>
<script
async
src="https://analytics.umami.is/script.js"
data-website-id={
process.env.NODE_ENV === "production"
? "6e43faf5-9db4-4ed9-8146-ae72c6e3691e"
: ""
}
></script>
<Meta />
<Links />
</head>
Expand Down

0 comments on commit c6f50ef

Please sign in to comment.