Skip to content

Commit

Permalink
feat: add umami analytics closes #127 (#135)
Browse files Browse the repository at this point in the history
Fixes #127



### What changed?



### Why?
  • Loading branch information
aamirazad authored Sep 16, 2024
1 parent 1c60ff4 commit de76306
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { ClerkProvider } from "@clerk/nextjs";
import { ThemeProvider } from "@/components/theme-provider";
import { cn } from "@/lib/utils";
import { dark } from "@clerk/themes";
import Script from "next/script";

export const metadata = {
title: "Homelab Connector",
Expand Down Expand Up @@ -34,6 +35,7 @@ export default function RootLayout({
GeistSans.variable,
)}
>
<Script defer src="https://cloud.umami.is/script.js" data-website-id="5cf4c224-24ad-414e-b94c-c04a285bf21d" />
<body className="h-screen">
<ThemeProvider attribute="class" defaultTheme="dark">
<div className="flex h-full flex-col gap-12 md:gap-0">
Expand Down

0 comments on commit de76306

Please sign in to comment.