Skip to content

Commit

Permalink
Merge pull request #30 from andostronaut/develop
Browse files Browse the repository at this point in the history
feat: update umami script
  • Loading branch information
andostronaut authored Nov 10, 2024
2 parents f3b3856 + a0d15b1 commit 7a78a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ const RootLayout = ({
<Script
async
src="https://analytics.andostronaut.com/script.js"
data-website-id="a6bab58e-6815-4acd-967d-1f0c4a7a285b"
data-website-id="f49f1439-5f47-48a6-ad0d-a88087c0e959"
/>
<body
className={cn(
'min-h-screen bg-background font-sans antialiased',
inter.variable
inter.variable,
)}
>
{children}
Expand Down

0 comments on commit 7a78a3d

Please sign in to comment.