Skip to content

Commit

Permalink
Bugfix for search baseRoutePath (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshpinto authored Jun 25, 2024
2 parents 9476966 + d4031ca commit 7fd0d50
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 158 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ const config: Config = {
// `hashed` is recommended as long-term-cache of index file is possible
language: ["en"],
indexDocs: true,
indexBlog: true,
docsRouteBasePath: "/docs",
blogRouteBasePath: "/guides",
indexPages: true,
indexBlog: false,
docsRouteBasePath: "/",
},
],
],
Expand Down
Loading

0 comments on commit 7fd0d50

Please sign in to comment.