mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
feat: add HubSpot tracking script to the layout component
This commit is contained in:
@@ -62,6 +62,15 @@ export default async function RootLayout({
|
||||
lexend.variable,
|
||||
)}
|
||||
>
|
||||
<head>
|
||||
<script
|
||||
type="text/javascript"
|
||||
id="hs-script-loader"
|
||||
async
|
||||
defer
|
||||
src="//js-eu1.hs-scripts.com/147033433.js"
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
<GoogleAnalytics gaId="G-0RTZ5EPB26" />
|
||||
<NextIntlClientProvider messages={messages}>
|
||||
|
||||
Reference in New Issue
Block a user