Fix robots [ci skip]

This commit is contained in:
Ines Montani 2020-10-16 17:44:13 +02:00
parent a9d2293661
commit e2f3c4e12d

View File

@ -187,7 +187,10 @@ module.exports = {
policy: [{ userAgent: '*', allow: '/' }],
},
development: {
policy: [{ userAgent: '*', disallow: ['/'] }],
policy: [
{ userAgent: '*', disallow: ['/'] },
{ userAgent: 'Twitterbot', allow: '/' },
],
},
},
},