We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e623b68 commit bcd2081Copy full SHA for bcd2081
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