From a2fc3ad729f17f4d683c72183303d9a3702d7cd3 Mon Sep 17 00:00:00 2001 From: Arvid Norlin Date: Wed, 3 Apr 2024 08:53:19 +0200 Subject: [PATCH] debug: add beforeInteractive strategy to vwo script --- app/[lang]/(live-current)/layout.tsx | 3 +- public/_static/dist/js/vwo.js | 302 +++++++++++++++++++++++++++ 2 files changed, 304 insertions(+), 1 deletion(-) create mode 100644 public/_static/dist/js/vwo.js diff --git a/app/[lang]/(live-current)/layout.tsx b/app/[lang]/(live-current)/layout.tsx index 11fd404e3..3c169b3ab 100644 --- a/app/[lang]/(live-current)/layout.tsx +++ b/app/[lang]/(live-current)/layout.tsx @@ -73,7 +73,8 @@ export default function RootLayout({ window.datalayer = window.datalayer || {} `} - + +