Skip to content

Commit

Permalink
feat: add umami analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
aulianza committed Aug 31, 2023
1 parent 6ac23a5 commit b8af6ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { Metadata } from "next";
import { Sora } from "next/font/google";
import Script from "next/script";

import "./globals.css";

Expand All @@ -24,6 +25,10 @@ export default function RootLayout({
}) {
return (
<html lang="en" suppressHydrationWarning>
<Script
src="https://umami.aulianza.id/script.js"
data-website-id="c2ee1939-526f-4607-9cfb-cc19817333cf"
/>
<body className={sora.className}>
<div className="max-w-xl mx-auto">{children}</div>
</body>
Expand Down

0 comments on commit b8af6ea

Please sign in to comment.