From d52a09406dbda77c02911b981cf7bc065bdba53f Mon Sep 17 00:00:00 2001 From: Giuseppe Digilio Date: Thu, 30 Jan 2025 20:41:32 +0100 Subject: [PATCH] [DURACOM-288] Enable URL replacement by default --- src/environments/environment.production.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,