Add netlify.toml to bring hugo version up to date

This commit is contained in:
Madison Rye Progress
2024-06-08 18:02:49 -07:00
parent 1f1eb0d7b3
commit 9fa4f7d288

6
netlify.toml Normal file
View File

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