mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[DURACOM-288] Enable URL replacement by default
This commit is contained in:
@@ -9,7 +9,7 @@ export const environment: Partial<BuildConfig> = {
|
||||
enablePerformanceProfiler: false,
|
||||
inlineCriticalCss: false,
|
||||
transferState: true,
|
||||
replaceRestUrl: false,
|
||||
replaceRestUrl: true,
|
||||
paths: [ '/home', '/items/', '/entities/', '/collections/', '/communities/', '/bitstream/', '/bitstreams/', '/handle/', '/reload/' ],
|
||||
enableSearchComponent: false,
|
||||
enableBrowseComponent: false,
|
||||
|
Reference in New Issue
Block a user