Remove stray comma

(cherry picked from commit bcd2081ee3)
This commit is contained in:
Tim Donohue
2025-05-22 10:36:44 -05:00
committed by github-actions[bot]
parent 6971ac98c2
commit e7709b8091

View File

@@ -27,7 +27,7 @@ universal:
# If the path match any of the regexes it will be served directly in CSR. # If the path match any of the regexes it will be served directly in CSR.
# By default, excludes community and collection browse, global browse, global search, community list, statistics and various administrative tools. # By default, excludes community and collection browse, global browse, global search, community list, statistics and various administrative tools.
excludePathPatterns: excludePathPatterns:
- pattern: "^/communities/[a-f0-9-]{36}/browse(/.*)?$", - pattern: "^/communities/[a-f0-9-]{36}/browse(/.*)?$"
flag: "i" flag: "i"
- pattern: "^/collections/[a-f0-9-]{36}/browse(/.*)?$" - pattern: "^/collections/[a-f0-9-]{36}/browse(/.*)?$"
flag: "i" flag: "i"