mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[DURACOM-344] adapt patterns and example file, fix possible error from YAML
This commit is contained in:
@@ -39,9 +39,9 @@ export interface SSRConfig extends Config {
|
||||
replaceRestUrl: boolean;
|
||||
|
||||
/**
|
||||
* Regexes to match url's path and check if SSR is disabled for it.
|
||||
* Patterns to be used as regexes to match url's path and check if SSR is disabled for it.
|
||||
*/
|
||||
excludePathRegexes: RegExp[];
|
||||
excludePathPatterns: (string | RegExp)[];
|
||||
|
||||
/**
|
||||
* Whether to enable rendering of search component on SSR
|
||||
|
Reference in New Issue
Block a user