diff --git a/frontend/package.json b/frontend/package.json index dec7dd515..5e9fcb106 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "on:precommit": "lint-staged", "local": "ember s --secure-proxy=false --proxy=http://localhost:8081", "develop": "cross-env FIREBASE_PROJECT_ID=brainup-spb-dev-bb6d0 FIREBASE_AUTH_DOMAIN=brainup-spb-dev-bb6d0.firebaseapp.com FIREBASE_API_KEY=AIzaSyB03Q4ZCxdqaKuN7cJqCQGhkibYD4Q-qsc ember s --secure-proxy=false --proxy=http://localhost:8081", - "remote": "ember s --secure-proxy=true --proxy=https://brainup.site/", + "remote": "ember s --secure-proxy=true --proxy=https://www.brainup.site/", "mirage": "ember s", "postinstall": "patch-package" },