Skip to content

Commit d33ec3b

Browse files
authored
suggest search option in templates (#866)
1 parent 287a6d2 commit d33ec3b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

templates/default/observablehq.config.ts.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ export default {
2424
// pager: true, // whether to show previous & next links in the footer
2525
// root: "docs", // path to the source root for preview
2626
// output: "dist", // path to the output root for build
27+
// search: true, // activate search
2728
};

templates/empty/observablehq.config.ts.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ export default {
2424
// pager: true, // whether to show previous & next links in the footer
2525
// root: "docs", // path to the source root for preview
2626
// output: "dist", // path to the output root for build
27+
// search: true, // activate search
2728
};

0 commit comments

Comments
 (0)