I have received my algolia apiKey
and the indexName
, I have correctly added them under themeConfig
in my docusauras.config.js
file
algolia: {
apiKey: 'API_KEY',
indexName: 'INDEX_NAME',
},
However, my docsearch is not working. I have applied for docsearch via the free tier.
As per Docusauras docs I need to add only the apiKey
and indexName
received to get it working which I did but it's not working.(only the loading indicator appears nothing else). Please Help.