From 25e28596004a8d21d37bd28e807264bbfac3001d Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Fri, 16 Oct 2020 17:53:18 +0200 Subject: [PATCH] Update robots --- website/gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/gatsby-config.js b/website/gatsby-config.js index 17abb80ec..82d88e56c 100644 --- a/website/gatsby-config.js +++ b/website/gatsby-config.js @@ -188,8 +188,8 @@ module.exports = { }, development: { policy: [ - { userAgent: '*', disallow: ['/'] }, { userAgent: 'Twitterbot', allow: '/' }, + { userAgent: '*', disallow: ['/'] }, ], }, },