Skip to content

Commit

Permalink
chore: heatmap
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Nov 23, 2024
1 parent 048a998 commit 111c51f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/example-nextjs14/public/heatmap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/example-nextjs14/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default async function RootLayout({

{isVercel && <link rel="canonical" href={vercelUrl}></link>}
<meta name="google-site-verification" content="NKunqTB4Sd_Bp6zoIbzKvw_WoGB-v2-MXxC5mbKJKJw" />
{isProd && <Script src="/heatmap.js" strategy='afterInteractive'/>}

<body className={`${roboto.className}`}>
{children}
Expand Down

0 comments on commit 111c51f

Please sign in to comment.