Skip to content

Commit

Permalink
Add gatsby-image
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Jun 5, 2018
1 parent 7a515cb commit 5fb9588
Show file tree
Hide file tree
Showing 3 changed files with 1,528 additions and 47 deletions.
10 changes: 9 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@ module.exports = {
plugins: [
'gatsby-plugin-react-helmet',
'gatsby-plugin-emotion',
'gatsby-plugin-sitemap',
{
resolve: 'gatsby-source-filesystem',
options: {
path: `${__dirname}/src/images/`,
name: 'images',
},
},
'gatsby-transformer-sharp',
'gatsby-plugin-sharp',
{
resolve: 'gatsby-plugin-manifest',
options: {
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@
"emotion": "^9.1.3",
"emotion-server": "^9.1.3",
"gatsby": "next",
"gatsby-image": "^2.0.0-alpha.4",
"gatsby-plugin-emotion": "^1.1.17",
"gatsby-plugin-manifest": "next",
"gatsby-plugin-netlify": "next",
"gatsby-plugin-offline": "next",
"gatsby-plugin-react-helmet": "next",
"gatsby-plugin-sitemap": "next",
"gatsby-plugin-sharp": "^2.0.0-alpha.19",
"gatsby-source-filesystem": "^2.0.0-alpha.15",
"gatsby-transformer-sharp": "^2.0.1-13",
"postcss": "^6.0.22",
"postcss-cli": "^5.0.0",
"prop-types": "^15.6.1",
Expand Down
Loading

0 comments on commit 5fb9588

Please sign in to comment.