mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 17:04:59 -04:00
Bump to 0.30.2
This commit is contained in:
parent
bbfa103436
commit
19d3ea0641
@ -1,16 +1,14 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
date: 2017-10-19
|
date: 2017-10-19
|
||||||
title: "0.30.2"
|
title: "0.30.2: One More Bugfix"
|
||||||
description: "0.30.2"
|
description: "Fixes Fast Render mode when having sub-path in `baseURL`."
|
||||||
slug: "0.30.2"
|
slug: "0.30.2"
|
||||||
categories: ["Releases"]
|
categories: ["Releases"]
|
||||||
images:
|
images:
|
||||||
- images/blog/hugo-bug-poster.png
|
- images/blog/hugo-bug-poster.png
|
||||||
|
|
||||||
---
|
---
|
||||||
|
This release fixes Fast Render mode with sub-path in baseURL [31641033](https://github.com/gohugoio/hugo/commit/3164103310fbca1211cfa9ce4a5eb7437854b6ad) [@bep](https://github.com/bep) [#3981](https://github.com/gohugoio/hugo/issues/3981).
|
||||||
This release fixes Fast Render mode with sub-path in baseURL [31641033](https://github.com/gohugoio/hugo/commit/3164103310fbca1211cfa9ce4a5eb7437854b6ad) [@bep](https://github.com/bep) [#3981](https://github.com/gohugoio/hugo/issues/3981).
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,15 +3,15 @@
|
|||||||
command = "hugo"
|
command = "hugo"
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
HUGO_VERSION = "0.30.1"
|
HUGO_VERSION = "0.30.2"
|
||||||
HUGO_ENV = "production"
|
HUGO_ENV = "production"
|
||||||
HUGO_ENABLEGITINFO = "true"
|
HUGO_ENABLEGITINFO = "true"
|
||||||
|
|
||||||
[context.deploy-preview.environment]
|
[context.deploy-preview.environment]
|
||||||
HUGO_VERSION = "0.30.1"
|
HUGO_VERSION = "0.30.2"
|
||||||
|
|
||||||
[context.branch-deploy.environment]
|
[context.branch-deploy.environment]
|
||||||
HUGO_VERSION = "0.30.1"
|
HUGO_VERSION = "0.30.2"
|
||||||
|
|
||||||
[context.next.environment]
|
[context.next.environment]
|
||||||
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"
|
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user