Skip to content

Commit c8a136f

Browse files
authored
Merge pull request #4364 from tdonohue/fix_typo
Remove stray comma from `config.example.yml` which makes example config invalid
2 parents e623b68 + bcd2081 commit c8a136f

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 @@ ssr:
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)