Skip to content

Commit ac87efe

Browse files
committed
Restore Algolia search
1 parent d6cd65f commit ac87efe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docusaurus/docusaurus.config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const config = {
130130
algolia: {
131131
appId: '392RJ63O14',
132132
apiKey: 'ed62374a794e8da5accb298e13618614',
133-
indexName: 'strapi',
133+
indexName: 'strapiv4Docs',
134134
},
135135
navbar: {
136136
hideOnScroll: false,
@@ -249,12 +249,12 @@ const config = {
249249
'docusaurus-plugin-hubspot',
250250
'docusaurus-plugin-sass',
251251
'docusaurus-plugin-image-zoom',
252-
[
253-
'@cmfcmf/docusaurus-search-local',
254-
{
255-
indexBlog: false,
256-
},
257-
],
252+
// [
253+
// '@cmfcmf/docusaurus-search-local',
254+
// {
255+
// indexBlog: false,
256+
// },
257+
// ],
258258
/**
259259
* Seems like we have an issue where a medium-zoom--hidden class is applied on the second, top-most (z-index wise) image,
260260
* actually hiding the image when zoomed in. Found no related issue in the plugin's repo, might have to dig whether it's

0 commit comments

Comments
 (0)