Add netlify.toml to bring hugo version up to date

This commit is contained in:
Madison Rye Progress
2024-06-08 18:02:16 -07:00
parent 55c7a1432c
commit 8257a9c47c

6
netlify.toml Normal file
View File

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