Skip to content

Commit

Permalink
Add search config for the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarpolanco committed Jun 28, 2019
1 parent aae2f17 commit dc018f9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,12 @@ const siteConfig = {

// Open Graph and Twitter card images.
ogImage: '',
twitterImage: ''
twitterImage: '',
algolia: {
apiKey: process.env.ALGOLIA_API_KEY,
indexName: 'TBD',
algoliaOptions: {} // Optional, if provided by Algolia
}
};

module.exports = siteConfig;

0 comments on commit dc018f9

Please sign in to comment.