Skip to content

Do shallow clone when creating new Gatsby sites

Choose a tag to compare

@KyleAMathews KyleAMathews released this 21 Mar 22:37
  • @ahonn noticed we were doing a full clone of Gatsby starters when running gatsby new which is wasteful as we just throw away the git repo. So in #730 he fixed that to just do a shallow clone.
  • @dbismut fixed the default markdown loader to add in a site's prefix/basename to links within markdown. #710