无法在我的 docusaurus v2 网站中 运行 Algolia Docsearch

Unable to run Algolia Docsearch in my docusaurus v2 website

我收到了我的 algolia apiKeyindexName,我已将它们正确添加到我的 docusauras.config.js 文件 themeConfig

algolia: {
      apiKey: 'API_KEY',
      indexName: 'INDEX_NAME',
    },

但是,我的文档搜索不起作用。我已经通过免费套餐申请了 docsearch。
根据 Docusauras docs,我只需要添加收到的 apiKeyindexName 即可使其正常工作,但它没有工作。( 只有加载指示器没有显示否则)。 请帮助

我在集成 docsearch 后 运行在本地设置我的站点(我没有将更改推送到我的实时网站,我知道这很傻)。似乎 algolia 无法抓取我在本地服务器上托管的网站(显然是因为抓取工具在我提供的域上配置为 运行)。但是,实时推送更改解决了这个问题。

Don't forget to push the changes live after integrating algolia.