mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +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,
|
enablePerformanceProfiler: false,
|
||||||
inlineCriticalCss: false,
|
inlineCriticalCss: false,
|
||||||
transferState: true,
|
transferState: true,
|
||||||
replaceRestUrl: false,
|
replaceRestUrl: true,
|
||||||
paths: [ '/home', '/items/', '/entities/', '/collections/', '/communities/', '/bitstream/', '/bitstreams/', '/handle/' ],
|
paths: [ '/home', '/items/', '/entities/', '/collections/', '/communities/', '/bitstream/', '/bitstreams/', '/handle/' ],
|
||||||
enableSearchComponent: false,
|
enableSearchComponent: false,
|
||||||
enableBrowseComponent: false,
|
enableBrowseComponent: false,
|
||||||
|
Reference in New Issue
Block a user