screw it, just hardcode the target

This commit is contained in:
Essem 2024-02-11 22:17:58 -06:00 committed by Ruben
commit d955b7c07f
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583

View file

@ -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 })