We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09182f9 commit d2cc002Copy full SHA for d2cc002
1 file changed
config/config.example.yml
@@ -27,7 +27,7 @@ ssr:
27
# If the path match any of the regexes it will be served directly in CSR.
28
# By default, excludes community and collection browse, global browse, global search, community list, statistics and various administrative tools.
29
excludePathPatterns:
30
- - pattern: "^/communities/[a-f0-9-]{36}/browse(/.*)?$",
+ - pattern: "^/communities/[a-f0-9-]{36}/browse(/.*)?$"
31
flag: "i"
32
- pattern: "^/collections/[a-f0-9-]{36}/browse(/.*)?$"
33
0 commit comments