diff --git a/CHANGELOG.md b/CHANGELOG.md index ce5b929c4a..273ed2eff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.44.0 - 2023-10-24 + +[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.43.5...v2.44.0) + +- [#2083](https://github.com/ORCID/orcid-angular/pull/2083): feature/dynamic-sub-domains + ## v2.43.5 - 2023-10-20 [Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.43.4...v2.43.5) diff --git a/src/environments/environment.int.ts b/src/environments/environment.int.ts index 0116e1659e..649ef4d378 100644 --- a/src/environments/environment.int.ts +++ b/src/environments/environment.int.ts @@ -5,9 +5,9 @@ export const environment = { debugger: true, ROBOTS: 'noindex, nofollow', API_NEWS: 'https://info.int.orcid.org/feed/', - API_PUB: `//pub.orcid.org/v3.0`, - API_WEB: `//orcid.org/`, - BASE_URL: '', + API_PUB: `//pub./v3.0`, + API_WEB: `///`, + BASE_URL: '///', INFO_SITE: 'https://info.qa.orcid.org/', GOOGLE_ANALYTICS_TESTING_MODE: true, GOOGLE_TAG_MANAGER: 'GTM-0000000',