Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah German <sgerman@gitlab.com>2022-09-21 20:34:53 +0300
committerSarah German <sgerman@gitlab.com>2022-09-21 20:34:53 +0300
commit70804d0138d6a96598a13d009d4bdf265948c2b2 (patch)
tree73da5405fd593003861b76d2ecf2e71dcf552652
parent03a41badb27e192218dbfb283d687a4cadda0b93 (diff)
Set the index back to production1130-algolia-custom-ranking
-rw-r--r--content/frontend/search/search.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/content/frontend/search/search.js b/content/frontend/search/search.js
index 7000359d..ab202445 100644
--- a/content/frontend/search/search.js
+++ b/content/frontend/search/search.js
@@ -20,10 +20,8 @@ export const algoliaAccounts = {
*
* Set the crawler default to 'testing' in order to use
* the gitlab_testing index. (Don't forget to change it back!)
- *
- * @TODO Set this back to 'production' before merge!
*/
-export const getAlgoliaCredentials = (crawler = 'testing') => {
+export const getAlgoliaCredentials = (crawler = 'production') => {
return algoliaAccounts[crawler];
};