fix(WEB-233): make cookiebot more resilient

This commit is contained in:
Niclas Edenvin
2024-06-24 14:06:15 +02:00
parent 3b54aea6d7
commit 6b39f2d990
5 changed files with 125 additions and 122 deletions

View File

@@ -33,10 +33,7 @@ export default async function RootLayout({
return (
<html lang={params.lang}>
<head>
<Script
data-cookieconsent="ignore"
src="/_static/dist/js/cookie-bot.js?1705409331007"
/>
<Script data-cookieconsent="ignore" src="/_static/js/cookie-bot.js" />
<Script
strategy="beforeInteractive"
data-blockingmode="auto"