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