Skip to content

Commit

Permalink
feat(analytics): update umami script url
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Jan 18, 2024
1 parent 87850df commit 5c70b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function RootLayout({ children }: { children: ReactNode }) {
<head>
<Script
async
src="https://analytics.umami.is/script.js"
src="https://analytics.mateusf.com/script.js"
data-website-id={process.env.UMAMI_WEBSITE_ID}
/>
</head>
Expand Down

0 comments on commit 5c70b21

Please sign in to comment.