diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-01-24 19:36:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-24 19:36:52 +0200 |
commit | 6a1fbad426c29b4f3fe4f6fa4d240735d5432b50 (patch) | |
tree | 148fc76fea86da5cd986dbbfcd400dd1dede7ba1 | |
parent | 826a72e076cef48962cc9023c869ed995db59f16 (diff) |
Very important fix
-rw-r--r-- | exampleSite/netlify.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml index 3ef9150..e387e8c 100644 --- a/exampleSite/netlify.toml +++ b/exampleSite/netlify.toml @@ -4,7 +4,7 @@ functions = "functions" [build.environment] - HUGO_VERSION = "0.41" + HUGO_VERSION = "0.48" [context.production.environment] HUGO_ENV = "production" |