@@ -52,7 +52,6 @@ import { FollowAuthorityMetadata } from './search-follow-metadata.interface';
5252import { SearchConfig } from './search-page-config.interface' ;
5353import { SearchResultConfig } from './search-result-config.interface' ;
5454import { ServerConfig } from './server-config.interface' ;
55- import { SSRConfig } from './ssr-config.interface' ;
5655import { SubmissionConfig } from './submission-config.interface' ;
5756import { ThemeConfig } from './theme.config' ;
5857import { UIServerConfig } from './ui-server-config.interface' ;
@@ -63,35 +62,6 @@ export class DefaultAppConfig implements AppConfig {
6362 // NOTE: will log all redux actions and transfers in console
6463 debug = false ;
6564
66- ssr : SSRConfig = {
67- enabled : true ,
68- enablePerformanceProfiler : false ,
69- inlineCriticalCss : false ,
70- transferState : false ,
71- replaceRestUrl : true ,
72- excludePathPatterns : [
73- {
74- pattern : '^/communities/[a-f0-9-]{36}/browse(/.*)?$' ,
75- flag : 'i' ,
76- } ,
77- {
78- pattern : '^/collections/[a-f0-9-]{36}/browse(/.*)?$' ,
79- flag : 'i' ,
80- } ,
81- { pattern : '^/browse/' } ,
82- { pattern : '^/search' } ,
83- { pattern : '^/community-list$' } ,
84- { pattern : '^/statistics/?' } ,
85- { pattern : '^/admin/' } ,
86- { pattern : '^/processes/?' } ,
87- { pattern : '^/notifications/' } ,
88- { pattern : '^/access-control/' } ,
89- { pattern : '^/health$' } ,
90- ] ,
91- enableSearchComponent : false ,
92- enableBrowseComponent : false ,
93- } ;
94-
9565 // Angular express server settings
9666 // NOTE: these must be 'synced' with the 'dspace.ui.url' setting in your backend's local.cfg.
9767 ui : UIServerConfig = {
0 commit comments