diff --git a/www/gatsby-ssr.js b/www/gatsby-ssr.js index d63f46d5..467b30e1 100644 --- a/www/gatsby-ssr.js +++ b/www/gatsby-ssr.js @@ -1,13 +1 @@ -const React = require('react'); require('./src/styles.css'); - -exports.onRenderBody = ({ setHeadComponents }) => { - setHeadComponents( - <> - - , - ); -};