Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/tosi29/inkblotty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortosi29 <tosi16@gmail.com>2019-05-26 08:47:43 +0300
committertosi29 <tosi16@gmail.com>2019-05-26 08:47:43 +0300
commitf8d5e492cdb25cd602faff6e86e839ad3849dc53 (patch)
tree51ee67ccdd0e67af49baf67f895424d4e4791492
parente070efdee008f244d5f11344b24347003e5a5198 (diff)
Fix HUGO_VERSION
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index cdc9245..c21d64a 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,5 +3,5 @@
publish = "public"
[build.environment]
- HUGO_VERSION = "0.56"
+ HUGO_VERSION = "0.55"
HUGO_ENABLEGITINFO = "true" \ No newline at end of file