Skip to content

Commit d02df1e

Browse files
committed
trying to fix search
1 parent 6d77075 commit d02df1e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/docusaurus.config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ const config: Config = {
8383
//externalUrlRegex: 'external\\.com|domain\\.com',
8484

8585
// 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
86-
replaceSearchResultPathname: {
87-
from: '/docs/', // or as RegExp: /\/docs\//
88-
to: '/',
89-
},
86+
// replaceSearchResultPathname: {
87+
// from: '/docs/', // or as RegExp: /\/docs\//
88+
// to: '/',
89+
// },
9090

9191
// Optional: Algolia search parameters
9292
searchParameters: {},
@@ -97,8 +97,8 @@ const config: Config = {
9797
// Optional: whether the insights feature is enabled or not on Docsearch (`false` by default)
9898
insights: false,
9999

100-
// Optional: whether you want to use the new Ask AI feature (undefined by default)
101-
askAi: 'YOUR_ALGOLIA_ASK_AI_ASSISTANT_ID',
100+
// // Optional: whether you want to use the new Ask AI feature (undefined by default)
101+
// askAi: 'YOUR_ALGOLIA_ASK_AI_ASSISTANT_ID',
102102

103103
//... other Algolia params
104104
},

0 commit comments

Comments
 (0)