Forgot to save the index name for search

This commit is contained in:
Robbie Trencheny 2019-05-17 00:14:12 -07:00
parent e7ed7469e3
commit bfa8e7620b
No known key found for this signature in database
GPG Key ID: 1E236BB235BF0021

View File

@ -103,7 +103,7 @@ const siteConfig = {
algolia: {
apiKey: 'd0245452c36b10cec4b8b5bad04e06fc',
indexName: 'my-index-name',
indexName: 'home-assistant-dev',
algoliaOptions: {}
},
};