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

This reverts commit ddcd94e4ff.
This commit is contained in:
Spencer Pincott
2022-08-16 21:56:07 -04:00
parent ddcd94e4ff
commit cce2085fae
4 changed files with 397 additions and 0 deletions

View File

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