Added umami
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 47s

This commit is contained in:
Asher 2025-02-25 17:36:25 +00:00
parent ed475c5bbe
commit 2db3efe80a

View File

@ -24,6 +24,7 @@ export default function RootLayout({
<Head> <Head>
<meta name="viewport" content="viewport-fit=cover" /> <meta name="viewport" content="viewport-fit=cover" />
</Head> </Head>
<script defer src="https://cloud.umami.is/script.js" data-website-id="eaac838f-0bef-4455-a834-2e1455d78d8c"></script>
<body className={`bg-ashwhite ${open_sans.className} `} style={{height: '100vh'}}> <body className={`bg-ashwhite ${open_sans.className} `} style={{height: '100vh'}}>
{children} {children}
</body> </body>