[https://www.loom.com/share/7469c228cfc54496ad0d9251781526dd](https://www.loom.com/share/7469c228cfc54496ad0d9251781526dd "")
- `getSpaceConfig` should work off hostname, not slug
- hostname needs to match client and mobile
- client pulls from `window.location.hostname`
- mobile pulls from `process.env.EXPO_PUBLIC_REACT_APP_SITE_URL`
- Make sure these can point to same space when used with 1 hostname
- find way to test by simply changing ENV or something else