Skip to content

Commit

Permalink
using Script
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevcody committed Oct 22, 2024
1 parent ad69329 commit 0c75025
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { Inter } from "next/font/google";
import Header from "./header";
import { Providers } from "./provider";
import "./globals.css";
import Script from "next/script";

const inter = Inter({ subsets: ["latin"] });

Expand All @@ -23,9 +24,9 @@ export default function RootLayout({
}>) {
return (
<ConvexAuthNextjsServerProvider>
<script defer src="https://umami-production-101d.up.railway.app/script.js"
<Script defer src="https://umami-production-101d.up.railway.app/script.js"
data-website-id="6e6265bb-25ed-4f8b-819b-44a27434ed51"
></script>
></Script>
<html lang="en" suppressHydrationWarning>
<body className={inter.className}>
<Providers>
Expand Down

0 comments on commit 0c75025

Please sign in to comment.