From b469d0367750556de30c7e82af7a1bd061b0b979 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 1 Dec 2021 14:05:50 +0100 Subject: [PATCH] config is at same level as paths --- src/platform/web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/web/index.html b/src/platform/web/index.html index aa0a7c49..606a31d6 100644 --- a/src/platform/web/index.html +++ b/src/platform/web/index.html @@ -24,7 +24,7 @@ olm: olmPaths, downloadSandbox: downloadSandboxPath, worker: workerPath, - config: JSON.parse(configJSON) + ...JSON.parse(configJSON) }; const platform = new Platform( document.body,