Skip to content

Commit d2cc002

Browse files
tdonohuegithub-actions[bot]
authored andcommitted
Remove stray comma
(cherry picked from commit bcd2081)
1 parent 09182f9 commit d2cc002

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)