From 6e2b9cb13585eb498b6ac4b70c17263592140184 Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Tue, 3 Jan 2023 19:51:51 -0500 Subject: [PATCH] Remove Font Awesome --- www/gatsby-ssr.js | 12 ------------ 1 file changed, 12 deletions(-) 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( - <> - - , - ); -};