remove the splash image as it requires too many dependencies to be worth it
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user