You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 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
154
-
replaceSearchResultPathname: {
155
-
from: '/docs/',// or as RegExp: /\/docs\//
156
-
to: '/',
157
-
},
154
+
// replaceSearchResultPathname: {
155
+
// from: '/docs/', // or as RegExp: /\/docs\//
156
+
// to: '/',
157
+
// },
158
158
159
159
// Optional: Algolia search parameters
160
-
searchParameters: {},
160
+
searchParameters: {
161
+
// Add debugging to see what's happening
162
+
hitsPerPage: 20,
163
+
},
161
164
162
165
// Optional: path for search page that enabled by default (`false` to disable it)
163
166
searchPagePath: 'search',
164
167
165
168
// Optional: whether the insights feature is enabled or not on Docsearch (`false` by default)
0 commit comments