fix(config): add explicit window.config

This commit is contained in:
Philipp Dormann 2024-11-21 09:31:09 +01:00
parent c60bae4533
commit 91d2f46b93
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -8,3 +8,4 @@ const config = {
default_password: "demo",
prefersHashRouting: true,
};
window.config = config;