Skip to content

Commit 6c58e46

Browse files
authored
docs: fix search (#17)
Search plugin did not configure docsRouteBasePath. Signed-off-by: Francesco Canovai <[email protected]>
1 parent be90a25 commit 6c58e46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/docusaurus.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ const config: Config = {
6666
({
6767
hashed: true,
6868
docsDir: ['docs'],
69+
docsRouteBasePath: ['/'],
6970
searchResultLimits: 8,
7071
searchResultContextMaxLength: 50,
7172
language: ["en"],

0 commit comments

Comments
 (0)