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