Guest User

Untitled

a guest
May 27th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. module.exports = {
  2. siteMetadata: {
  3. title: 'Comic Blog',
  4. },
  5. plugins: [
  6. 'gatsby-plugin-react-helmet',
  7. 'gatsby-transformer-remark',
  8. {
  9. resolve: 'gatsby-source-filesystem',
  10. options: {
  11. name: `src`,
  12. path: '${__dirname}/src',
  13. },
  14. },
  15. ],
  16. };
Add Comment
Please, Sign In to add comment