specify hugo version for netlify build

This commit is contained in:
John Bowdre 2021-12-05 21:56:38 -06:00
parent 80a5886b84
commit 2545f46a48

6
netlify.toml Normal file
View file

@ -0,0 +1,6 @@
[build]
command = "hugo"
publish = "public"
[build.environment]
HUGO_VERSION = "0.89.4"