Skip to content

Commit 5212cd0

Browse files
committed
chore: unconscious commit 🎲
1 parent a10e579 commit 5212cd0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/app/layout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import type { ReactNode } from 'react';
66
import './globals.css';
77
import type { Metadata } from 'next';
88
import Image from 'next/image';
9+
import Script from "next/script";
910

1011
export const metadata: Metadata = {
1112
title: 'Expo Release It',
@@ -42,6 +43,7 @@ export default async function RootLayout({ children }: { children: ReactNode })
4243
// Suggested by `next-themes` package https://github.com/pacocoursey/next-themes#with-app
4344
suppressHydrationWarning
4445
>
46+
<Script defer src="https://umami.mjstudio.net/script.js" data-website-id="a82633cc-1420-405e-9f7d-803c4c7ca47e"/>
4547
<Head
4648
// ... Your additional head options
4749
>

0 commit comments

Comments
 (0)