Skip to content

Commit 7f6f300

Browse files
authored
Fix search in docs (#229)
## Description This PR fixes the searchbar. It wasn't working because of the basepath change to `/docs`
1 parent 8cc667a commit 7f6f300

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docusaurus.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,10 @@ const config: Config = {
293293
// exclude old versions and next from search
294294
{
295295
includeRoutes: [
296-
"/tutorials/*",
297-
"/how-to/*",
298-
"/explanation/*",
299-
"/api/*",
296+
"/docs/tutorials/*",
297+
"/docs/how-to/*",
298+
"/docs/explanation/*",
299+
"/docs/api/*",
300300
],
301301
},
302302
],

0 commit comments

Comments
 (0)