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: ['/'] }, ], }, },