diff --git a/website/siteConfig.js b/website/siteConfig.js index c665055d0..19fd95803 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -84,6 +84,12 @@ const siteConfig = { // template. For example, if you need your repo's URL... repoUrl, usePrism: ['jsx'], + + // search + algolia: { + apiKey: 'cd9b8b73f97b64ed04570e41c507683f', + indexName: 'react-native-testing-library', + }, }; module.exports = siteConfig;