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