From a465c89b226a18efb2f96d87a5c4ceadd20ae598 Mon Sep 17 00:00:00 2001 From: Moris Zen Date: Wed, 5 Sep 2018 13:57:58 +0200 Subject: [PATCH] Add robots txt --- gatsby-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gatsby-config.js b/gatsby-config.js index f7efacf..f72a27d 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -40,6 +40,7 @@ module.exports = { }, 'gatsby-transformer-sharp', 'gatsby-plugin-sitemap', + 'gatsby-plugin-robots-txt', 'gatsby-plugin-sharp', 'gatsby-plugin-react-next', ],