Update robots

This commit is contained in:
Ines Montani 2020-10-16 17:53:18 +02:00
parent 025ffe7ff2
commit 25e2859600

View File

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