From 0a468abafcf167d2368ac2874cebf25b3a6148af Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sun, 2 Dec 2018 17:49:30 +0100 Subject: [PATCH] Add "gatsby-plugin-styled-components" to Gatsby config GH-53 --- gatsby-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gatsby-config.js b/gatsby-config.js index 0f6ec1e6..fa4c1248 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -31,6 +31,7 @@ module.exports = { ...metadataNordDocs }, plugins: [ + "gatsby-plugin-styled-components", "gatsby-plugin-react-helmet", "gatsby-plugin-catch-links", "gatsby-plugin-remove-trailing-slashes",