screw it, just hardcode the target

This commit is contained in:
Essem 2024-02-11 22:17:58 -06:00
parent 0aa5ac09a2
commit 672f50eec1
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C

View file

@ -369,7 +369,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 })