remove the splash image as it requires too many dependencies to be worth it

This commit is contained in:
Spencer Pincott
2022-08-15 14:41:24 -04:00
parent acb57f16cf
commit ddcd94e4ff
4 changed files with 0 additions and 397 deletions

View File

@@ -4,7 +4,6 @@ module.exports = {
plugins: [
`gatsby-plugin-react-helmet`,
`gatsby-plugin-emotion`,
`gatsby-plugin-image`,
// create routes for client side routing
// provide fonts from Google fonts
// {
@@ -41,7 +40,6 @@ module.exports = {
cache_busting_mode: 'none'
},
},
`gatsby-plugin-sharp`,
{
resolve: `gatsby-source-filesystem`,
options: {
@@ -50,7 +48,6 @@ module.exports = {
},
},
// parse data from /src/data as Javascrip objects
`gatsby-transformer-sharp`,
`gatsby-transformer-json`,
{
resolve: `gatsby-source-filesystem`,