forked from AkkomaGang/akkoma-fe
screw it, just hardcode the target
This commit is contained in:
parent
0aa5ac09a2
commit
672f50eec1
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ const afterStoreSetup = async ({ store, i18n }) => {
|
||||||
|
|
||||||
FaviconService.initFaviconService()
|
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
|
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…
Reference in a new issue