Skip to content

Commit 1aaa20e

Browse files
authored
Merge pull request #4365 from DSpace/backport-4364-to-dspace-7_x
[Port dspace-7_x] Remove stray comma from `config.example.yml` which makes example config invalid
2 parents 6971ac9 + e7709b8 commit 1aaa20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ universal:
2727
# If the path match any of the regexes it will be served directly in CSR.
2828
# By default, excludes community and collection browse, global browse, global search, community list, statistics and various administrative tools.
2929
excludePathPatterns:
30-
- pattern: "^/communities/[a-f0-9-]{36}/browse(/.*)?$",
30+
- pattern: "^/communities/[a-f0-9-]{36}/browse(/.*)?$"
3131
flag: "i"
3232
- pattern: "^/collections/[a-f0-9-]{36}/browse(/.*)?$"
3333
flag: "i"

0 commit comments

Comments
 (0)