mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[DURACOM-344] Adapt SSR page filtering mechanism to a not allowed list
This commit is contained in:
@@ -39,9 +39,9 @@ export interface SSRConfig extends Config {
|
||||
replaceRestUrl: boolean;
|
||||
|
||||
/**
|
||||
* Paths to enable SSR for. Defaults to the home page and paths in the sitemap.
|
||||
* Regexes to match url's path and check if SSR is disabled for it.
|
||||
*/
|
||||
paths: Array<string>;
|
||||
excludePathRegexes: RegExp[];
|
||||
|
||||
/**
|
||||
* Whether to enable rendering of search component on SSR
|
||||
|
Reference in New Issue
Block a user