Skip to content

Commit

Permalink
allowed Algolia to crawl everything
Browse files Browse the repository at this point in the history
  • Loading branch information
rstaib committed Jan 2, 2023
1 parent 404dd9d commit 638fcd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/gatsby-config.js
Expand Up @@ -187,6 +187,10 @@ module.exports = {
allow: `/`,
disallow: [`/docs/hotchocolate/v10/`, `/docs/hotchocolate/v11/`],
},
{
userAgent: `Algolia Crawler`,
allow: `/`,
},
],
},
},
Expand Down

0 comments on commit 638fcd1

Please sign in to comment.