forked from hazza/dspace-angular
Merge remote-tracking branch 'dspace/main' into accessibility-settings-main
# Conflicts: # cypress/support/e2e.ts # src/app/core/auth/auth.service.ts # src/app/footer/footer.component.html
This commit is contained in:
@@ -14,7 +14,25 @@ export const environment: BuildConfig = {
|
||||
inlineCriticalCss: false,
|
||||
transferState: true,
|
||||
replaceRestUrl: false,
|
||||
paths: [ '/home', '/items/', '/entities/', '/collections/', '/communities/', '/bitstream/', '/bitstreams/', '/handle/', '/reload/' ],
|
||||
excludePathPatterns: [
|
||||
{
|
||||
pattern: '^/communities/[a-f0-9-]{36}/browse(/.*)?$',
|
||||
flag: 'i',
|
||||
},
|
||||
{
|
||||
pattern: '^/collections/[a-f0-9-]{36}/browse(/.*)?$',
|
||||
flag: 'i',
|
||||
},
|
||||
{ pattern: '^/browse/' },
|
||||
{ pattern: '^/search' },
|
||||
{ pattern: '^/community-list$' },
|
||||
{ pattern: '^/statistics/?' },
|
||||
{ pattern: '^/admin/' },
|
||||
{ pattern: '^/processes/?' },
|
||||
{ pattern: '^/notifications/' },
|
||||
{ pattern: '^/access-control/' },
|
||||
{ pattern: '^/health$' },
|
||||
],
|
||||
enableSearchComponent: false,
|
||||
enableBrowseComponent: false,
|
||||
},
|
||||
|
Reference in New Issue
Block a user