diff --git a/src/environments/environment.production.ts b/src/environments/environment.production.ts index da1035300a..9bd663922c 100644 --- a/src/environments/environment.production.ts +++ b/src/environments/environment.production.ts @@ -9,7 +9,7 @@ export const environment: Partial = { enablePerformanceProfiler: false, inlineCriticalCss: false, transferState: true, - replaceRestUrl: false, + replaceRestUrl: true, paths: [ '/home', '/items/', '/entities/', '/collections/', '/communities/', '/bitstream/', '/bitstreams/', '/handle/', '/reload/' ], enableSearchComponent: false, enableBrowseComponent: false,