feat(client): link Arabic new articles to freeCodeCamp searchbar (#48129)

* feat(client): link Arabic new articles to freeCodeCamp searchbar

* Point to english articles, instead of arabic articles

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>

* link the search bar to Arabic news

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
This commit is contained in:
Muhammed Mustafa
2022-10-21 12:30:49 +02:00
committed by GitHub
parent af00febdbb
commit b05c99d720
+4
View File
@@ -42,6 +42,10 @@ const algoliaIndices = {
german: {
name: 'news',
searchPage: 'https://www.freecodecamp.org/news/search/'
},
arabic: {
name: 'news-ar',
searchPage: 'https://www.freecodecamp.org/arabic/news/search/'
}
};