i found the solution by adding these configs in docusaurus.config
algolia: {
// The application ID provided by Algolia
appId: "supabase",
// Public API key: it is safe to commit it
apiKey: "766d56f13dd1e82f43253559b7c86636",
indexName: "supabase",
// Optional: see doc section below
contextualSearch: true,
}
was that error on purpose or should i commit a pull request?