Skip to content

Commit

Permalink
docs: Update build-caching.md to mention that build outputs are also …
Browse files Browse the repository at this point in the history
…in public (#20869)
  • Loading branch information
KyleAMathews authored and pieh committed Jan 26, 2020
1 parent 82a1e15 commit 8561d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/build-caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Caching is already used by Gatsby and plugins for example:
- any nodes created by source/transformer plugins are cached
- `gatsby-plugin-sharp` caches built thumbnails

Data is stored in the `.cache` directory relative to your project root.
Build outputs are stored in the `.cache` and `public` directories relative to your project root.

## The cache API

Expand Down

0 comments on commit 8561d10

Please sign in to comment.