Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
crstnmac authored Oct 27, 2024
1 parent c68ac01 commit da9034b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ export default function RootLayout({children}: {children: React.ReactNode}) {
name="google-site-verification"
content="RIIKLI5xvbcXCzC98lcgLO4kWttNZoJhcSdVcSFvdEE"
/>
<Script
defer
src="https://umami.criston.uk/script.js"
data-website-id="a6d91fe7-f7f9-4998-af0b-6a79859d1e63"
/>
<head />
<body
className={
Expand Down

0 comments on commit da9034b

Please sign in to comment.