fix: add missing script element id
This commit is contained in:
@@ -74,7 +74,11 @@ export default function RootLayout({
|
||||
`}</Script>
|
||||
<AdobeScript />
|
||||
<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>
|
||||
<body className="theme-00Corecolours theme-X0Oldcorecolours">
|
||||
<LangPopup lang={params.lang} />
|
||||
|
||||
Reference in New Issue
Block a user