daniel-vera-g / tool-documentations

Personal documentations for tools I am using.
https://daniel-vera-g.github.io/tool-documentations/
MIT License
1 stars 0 forks source link

Images #16

Open daniel-vera-g opened 4 years ago

daniel-vera-g commented 4 years ago

TODO

If images needed, add as first line into ./gatsby-config.js plugin array:

    // TODO Currently not needed as no images here
    {
      // keep as first gatsby-source-filesystem plugin for gatsby image support
      resolve: 'gatsby-source-filesystem',
      options: {
        path: `${__dirname}/static/img`,
        name: 'uploads'
      }
    },