index.md (834B)
1 2 --- 3 date: 2020-01-23 4 title: "Hugo 0.63.1: A couple of Bug Fixes" 5 description: "This version fixes a couple of bugs introduced in 0.63.0." 6 categories: ["Releases"] 7 images: 8 - images/blog/hugo-bug-poster.png 9 10 --- 11 12 This is a bug-fix release with a couple of important fixes. 13 14 * deps: Make the build flags shared between sites [0df7bd62](https://github.com/gohugoio/hugo/commit/0df7bd62df460a49544845d5332f33b2020b48a1) [@bep](https://github.com/bep) [#6789](https://github.com/gohugoio/hugo/issues/6789) 15 * Fix baseof with regular define regression [f441f675](https://github.com/gohugoio/hugo/commit/f441f675126ef1123d9f94429872dd683b40e011) [@bep](https://github.com/bep) [#6790](https://github.com/gohugoio/hugo/issues/6790) 16 * Revert to minify [v2.61](https://github.com/gohugoio/hugo/commit/7ed22e9fb6a5b74c52ae6054b843b8c64e83f4b6) 17