mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
22abe5a815
@ -240,7 +240,7 @@ async function loadApp() {
|
||||
let configJson;
|
||||
let configError;
|
||||
try {
|
||||
configJson = getVectorConfig();
|
||||
configJson = await getVectorConfig();
|
||||
} catch (e) {
|
||||
configError = e;
|
||||
}
|
||||
|
||||
@ -130,6 +130,7 @@ module.exports = {
|
||||
// bottom of <head> or the bottom of <body>, and I'm a bit scared
|
||||
// about moving them.
|
||||
inject: false,
|
||||
excludeChunks: ['mobileguide'],
|
||||
vars: {
|
||||
og_image_url: og_image_url,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user