I am not having success getting the Algolia for Netlify crawler to crawl my site. I have docs-style React Single-Page-Application (SPA) built with react-router that contains a bunch of pages with educational contact. (https://grammar.lingdocs.com - source: GitHub - lingdocs/pashto-grammar: LingDocs Pashto Grammar Reference).
Google has no trouble crawling and indexing all the content of this site, but the Algolia crawler seems not to see any of the content. At first it just crawled the index.html and didn’t find any links or content to index. Then I added a sitemap.xml and it crawled all the pages but still found nothing. Is there a way to configure the crawler to be able to read the info rendered on this React site?