diff --git a/website/gatsby-config.js b/website/gatsby-config.js index c4047e9ac..17abb80ec 100644 --- a/website/gatsby-config.js +++ b/website/gatsby-config.js @@ -187,7 +187,10 @@ module.exports = { policy: [{ userAgent: '*', allow: '/' }], }, development: { - policy: [{ userAgent: '*', disallow: ['/'] }], + policy: [ + { userAgent: '*', disallow: ['/'] }, + { userAgent: 'Twitterbot', allow: '/' }, + ], }, }, },