File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 # Whether to enable rendering of Search component on SSR.
2929 # If set to true the component will be included in the HTML returned from the server side rendering.
3030 # If set to false the component will not be included in the HTML returned from the server side rendering.
31- enableSearchComponent : false,
31+ enableSearchComponent : false
3232 # Whether to enable rendering of Browse component on SSR.
3333 # If set to true the component will be included in the HTML returned from the server side rendering.
3434 # If set to false the component will not be included in the HTML returned from the server side rendering.
35- enableBrowseComponent : false,
35+ enableBrowseComponent : false
3636
3737# The REST API server settings
3838# NOTE: these settings define which (publicly available) REST API to use. They are usually
You can’t perform that action at this time.
0 commit comments