Skip to content

Instantly share code, notes, and snippets.

@mfaani
Created May 15, 2021 23:08
Show Gist options
  • Save mfaani/c092c25a53c05756c5796df03f57e766 to your computer and use it in GitHub Desktop.
Save mfaani/c092c25a53c05756c5796df03f57e766 to your computer and use it in GitHub Desktop.
Gatsby learning
  1. Learned how to search for files in VSC. Need to use cmmd+P
  2. The config.js is king
  3. For the config.js stuff to come to an affect, you need to do gatsby develop again.
  4. gatsby build doesn't work locally. Not sure what it does. ?????
  5. The location of media assets are under the static/media not sure why it's in there. For more see https://www.gatsbyjs.com/docs/how-to/images-and-media/static-folder/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment