Skip to content

Commit

Permalink
Merge pull request #518 from IntersectMBO/chore/remove-matomo1
Browse files Browse the repository at this point in the history
chore: removed matomo
  • Loading branch information
MGukic authored Dec 20, 2024
2 parents 32556db + aece843 commit 11be72f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function RootLayout({ children, params: { locale } }) {
<title>{metadata.title}</title>
<link rel="icon" href={IMAGES.favicon} type="image/x-icon" />
{/* Matomo script */}
{process.env.NODE_ENV === "production" && (
{/* {process.env.NODE_ENV === "production" && (
<script
dangerouslySetInnerHTML={{
__html: `
Expand All @@ -61,7 +61,7 @@ async function RootLayout({ children, params: { locale } }) {
`,
}}
/>
)}
)} */}
</head>
{/* Apply font class and suppress hydration warning. */}
<body className={poppins.className} suppressHydrationWarning={true}>
Expand Down

0 comments on commit 11be72f

Please sign in to comment.