From e1fad603f018ce031e684bcf8696e24c327d91f1 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 72c49aa370..ac309d4923 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/' ], enableSearchComponent: false, enableBrowseComponent: false,