Merged in hotfix/gtm (pull request #2070)

Hotfix/gtm

* hotfix: gtm

* wip


Approved-by: Joakim Jäderberg
This commit is contained in:
Linus Flood
2025-05-14 05:53:48 +00:00
parent f23e6a1213
commit d5b77ae61f
7 changed files with 16 additions and 5 deletions

View File

@@ -55,6 +55,7 @@ export default async function RootLayout({
{/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */}
<Script id="ensure-adobeDataLayer">{`
window.adobeDataLayer = window.adobeDataLayer || []
window.dataLayer = window.dataLayer || []
`}</Script>
</head>
<body className="scandic">

View File

@@ -46,6 +46,7 @@ export default async function RootLayout({
{/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */}
<Script id="ensure-adobeDataLayer">{`
window.adobeDataLayer = window.adobeDataLayer || []
window.dataLayer = window.dataLayer || []
`}</Script>
</head>
<body className="scandic">

View File

@@ -41,6 +41,7 @@ export default async function RootLayout({
{/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */}
<Script id="ensure-adobeDataLayer">{`
window.adobeDataLayer = window.adobeDataLayer || []
window.dataLayer = window.dataLayer || []
`}</Script>
</head>
<body className={`scandic ${styles.layout}`}>