We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f0e6d commit 8210362Copy full SHA for 8210362
1 file changed
src/app/layout.tsx
@@ -69,6 +69,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
69
<html lang="en">
70
<head>
71
<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" />
73
</head>
74
<body className={`${courierPrime.variable} ${unifraktur.variable} ${inter.variable} antialiased`}>
75
{children}
0 commit comments