Skip to content

Commit 8210362

Browse files
Add tracker script for dashboard visitor counts
1 parent c8f0e6d commit 8210362

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
6969
<html lang="en">
7070
<head>
7171
<script type="application/ld+json" dangerouslySetInnerHTML={{ __html: JSON.stringify(jsonLd) }} />
72+
<script defer src="https://tracker-mauve-sigma.vercel.app/t.js" data-project="commitmentissues" />
7273
</head>
7374
<body className={`${courierPrime.variable} ${unifraktur.variable} ${inter.variable} antialiased`}>
7475
{children}

0 commit comments

Comments
 (0)