Skip to content

Commit bad306a

Browse files
authored
regenerate search API key (#2079)
1 parent 5040828 commit bad306a

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

docusaurus.config.js

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -407,16 +407,9 @@ const config = {
407407
},
408408
// search bar engine
409409
algolia: {
410-
// The application ID provided by Algolia
411410
appId: 'KB43FQOB7U',
412-
// Public API key: it is safe to commit it
413-
apiKey: '1a5d6d865203b90af8493b585bbb99dc',
414-
indexName: 'conda-forge',
415-
contextualSearch: true,
416-
searchPagePath: 'search',
417-
// insights: true,
418-
// Set debug to true if you want to inspect the modal
419-
debug: true,
411+
apiKey: 'f2f09470d2f5109f066eda7682483206',
412+
indexName: 'condaforge'
420413
},
421414
}),
422415
};

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"@docusaurus/plugin-client-redirects": "^3.1.1",
1919
"@docusaurus/preset-classic": "^3.1.1",
2020
"@docusaurus/theme-mermaid": "^3.1.1",
21+
"@docusaurus/theme-search-algolia": "^3.1.1",
2122
"@mdx-js/react": "^3.0.0",
2223
"clsx": "^1.2.1",
2324
"prism-react-renderer": "^2.1.0",
@@ -41,6 +42,6 @@
4142
]
4243
},
4344
"engines": {
44-
"node": ">=16.14"
45+
"node": ">=18.0"
4546
}
4647
}

0 commit comments

Comments
 (0)