Skip to content

Commit

Permalink
Merge pull request #205 from CityScope/deployment/gh-pages-cityio-ref…
Browse files Browse the repository at this point in the history
…erences

deployment: correction of URL references
  • Loading branch information
amcarrero authored May 10, 2024
2 parents 20bb0e1 + 052049f commit e142434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
REACT_APP_MAPBOX_TOKEN=pk.eyJ1IjoicmVsbm94IiwiYSI6ImNqd2VwOTNtYjExaHkzeXBzYm1xc3E3dzQifQ.X8r8nj4-baZXSsFgctQMsg
PUBLIC_URL=https://cityio.media.mit.edu
PUBLIC_URL=https://cityscope.media.mit.edu/CS_cityscopeJS
SKIP_PREFLIGHT_CHECK=true
2 changes: 1 addition & 1 deletion src/settings/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const getCSJSLocation = () => {
const cityscopejs_local_url =
"cityscopejs_local" in parsed
? "http://localhost:3000/"
: "https://cityio.media.mit.edu";
: "https://cityscope.media.mit.edu/CS_cityscopeJS/";
console.log("cityScopeJS location: ", cityscopejs_local_url);
return cityscopejs_local_url;
};
Expand Down

0 comments on commit e142434

Please sign in to comment.