fix(config): add explicit window.config
This commit is contained in:
parent
c60bae4533
commit
91d2f46b93
@ -8,3 +8,4 @@ const config = {
|
|||||||
default_password: "demo",
|
default_password: "demo",
|
||||||
prefersHashRouting: true,
|
prefersHashRouting: true,
|
||||||
};
|
};
|
||||||
|
window.config = config;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user