mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
[DURACOM-344] adapt patterns and example file, fix possible error from YAML
This commit is contained in:
@@ -14,13 +14,17 @@ export const environment: BuildConfig = {
|
||||
inlineCriticalCss: false,
|
||||
transferState: true,
|
||||
replaceRestUrl: false,
|
||||
excludePathRegexes: [
|
||||
excludePathPatterns: [
|
||||
/^\/communities\/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}\/browse(\/.*)?$/i,
|
||||
/^\/collections\/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}\/browse(\/.*)?$/i,
|
||||
/^\/browse\//,
|
||||
/^\/search$/,
|
||||
/^\/community-list$/,
|
||||
/^\/statistics$/,
|
||||
/^\/statistics\//,
|
||||
/^\/admin$/,
|
||||
/^\/processes$/,
|
||||
/^\/notifications$/,
|
||||
/^\/health$/,
|
||||
],
|
||||
enableSearchComponent: false,
|
||||
enableBrowseComponent: false,
|
||||
|
Reference in New Issue
Block a user