From 638fcd1c9dfe2e4091404d3b072cafbebcf02417 Mon Sep 17 00:00:00 2001 From: Rafael Staib Date: Mon, 2 Jan 2023 20:16:28 +0100 Subject: [PATCH] allowed Algolia to crawl everything --- website/gatsby-config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/gatsby-config.js b/website/gatsby-config.js index faf0c740525..c8f510a2b56 100644 --- a/website/gatsby-config.js +++ b/website/gatsby-config.js @@ -187,6 +187,10 @@ module.exports = { allow: `/`, disallow: [`/docs/hotchocolate/v10/`, `/docs/hotchocolate/v11/`], }, + { + userAgent: `Algolia Crawler`, + allow: `/`, + }, ], }, },