fix: add missing script element id
This commit is contained in:
@@ -74,7 +74,11 @@ export default function RootLayout({
|
|||||||
`}</Script>
|
`}</Script>
|
||||||
<AdobeScript />
|
<AdobeScript />
|
||||||
<link rel="preconnect" href="https://dev.visualwebsiteoptimizer.com" />
|
<link rel="preconnect" href="https://dev.visualwebsiteoptimizer.com" />
|
||||||
<Script src="/_static/dist/js/vwo.js" strategy="beforeInteractive" />
|
<Script
|
||||||
|
id="vwoCode"
|
||||||
|
src="/_static/dist/js/vwo.js"
|
||||||
|
strategy="beforeInteractive"
|
||||||
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body className="theme-00Corecolours theme-X0Oldcorecolours">
|
<body className="theme-00Corecolours theme-X0Oldcorecolours">
|
||||||
<LangPopup lang={params.lang} />
|
<LangPopup lang={params.lang} />
|
||||||
|
|||||||
Reference in New Issue
Block a user