diff --git a/src/js/common/stores/AppObservableStore.js b/src/js/common/stores/AppObservableStore.js index 41047ee0d..28a5c39b1 100644 --- a/src/js/common/stores/AppObservableStore.js +++ b/src/js/common/stores/AppObservableStore.js @@ -217,7 +217,7 @@ export default { getWeVoteRootURL () { const { location: { hostname, origin } } = window; - if (hostname === 'localhost') { + if (hostname === 'localhost' || hostname === 'quality.wevote.us') { return origin; // ex/ https://localhost:3000 } else { return 'https://wevote.us';