apparently the instance is hardcoded
This commit is contained in:
parent
ab19b70e58
commit
d06999410a
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ const afterStoreSetup = async ({ store, i18n }) => {
|
||||||
|
|
||||||
FaviconService.initFaviconService()
|
FaviconService.initFaviconService()
|
||||||
|
|
||||||
const overrides = window.___pleromafe_dev_overrides || { target: 'https://wetdry.world/' }
|
const overrides = window.___pleromafe_dev_overrides || { target: 'https://merping.synth.download/' }
|
||||||
const server = (typeof overrides.target !== 'undefined') ? overrides.target : window.location.origin
|
const server = (typeof overrides.target !== 'undefined') ? overrides.target : window.location.origin
|
||||||
store.dispatch('setInstanceOption', { name: 'server', value: server })
|
store.dispatch('setInstanceOption', { name: 'server', value: server })
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue