We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10e579 commit 5212cd0Copy full SHA for 5212cd0
docs/src/app/layout.tsx
@@ -6,6 +6,7 @@ import type { ReactNode } from 'react';
6
import './globals.css';
7
import type { Metadata } from 'next';
8
import Image from 'next/image';
9
+import Script from "next/script";
10
11
export const metadata: Metadata = {
12
title: 'Expo Release It',
@@ -42,6 +43,7 @@ export default async function RootLayout({ children }: { children: ReactNode })
42
43
// Suggested by `next-themes` package https://github.com/pacocoursey/next-themes#with-app
44
suppressHydrationWarning
45
>
46
+ <Script defer src="https://umami.mjstudio.net/script.js" data-website-id="a82633cc-1420-405e-9f7d-803c4c7ca47e"/>
47
<Head
48
// ... Your additional head options
49
0 commit comments