index.md (593B)
1
2 ---
3 date: 2018-01-03
4 title: "Hugo 0.32.2: One bugfix"
5 description: "Fixes one issue with publishing of processed images when no cache."
6 categories: ["Releases"]
7 images:
8 - images/blog/hugo-bug-poster.png
9
10 ---
11
12
13
14 This is a bug-fix release with one important fix.
15
16
17 * Handle publish of processed images to /public on fresh build with no image cache in /resources (as reported by one person in a Netlify build) [196da49c](https://github.com/gohugoio/hugo/commit/196da49c9d906fbae6d389fdd32b80c27cb38de4) [@bep](https://github.com/bep) [#4213](https://github.com/gohugoio/hugo/issues/4213)
18
19
20
21
22
23