Skip to content

Commit

Permalink
feat(layout): add traffic analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
arwildo committed Dec 7, 2024
1 parent 62c8e08 commit d4fca7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default function RootLayout({
<meta property="og:image" content="/images/logo.webp" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://arwildo.com/" />
<script defer src="https://cloud.umami.is/script.js" data-website-id="0c641c91-29c8-40df-8aad-014c850d0743"></script>
<link rel="icon" href="/favicon.ico" />
</head>
<body>{children}</body>
Expand Down

0 comments on commit d4fca7b

Please sign in to comment.