Skip to content

Commit 39d3897

Browse files
committed
fix
1 parent 2614c17 commit 39d3897

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@ const config = {
150150
externalUrlRegex: 'external\\.com|domain\\.com',
151151

152152
// Optional: Replace parts of the item URLs from Algolia. Useful when using the same search index for multiple deployments using a different baseUrl. You can use regexp or string in the `from` param. For example: localhost:3000 vs myCompany.com/docs
153-
replaceSearchResultPathname: {
154-
from: '/docs/', // or as RegExp: /\/docs\//
155-
to: '/',
156-
},
153+
// replaceSearchResultPathname: {
154+
// from: '/docs/', // or as RegExp: /\/docs\//
155+
// to: '/',
156+
// },
157157

158158
// Optional: Algolia search parameters
159159
searchParameters: {},

0 commit comments

Comments
 (0)