mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
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:
@@ -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/'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user