[DURACOM-344] adapt patterns and example file, fix possible error from YAML

This commit is contained in:
FrancescoMolinaro
2025-05-07 15:25:08 +02:00
parent b1c5460bbb
commit 4c9638150a
6 changed files with 40 additions and 21 deletions

View File

@@ -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