Add netlify.toml to bring hugo version up to date

This commit is contained in:
Madison Rye Progress
2024-06-08 18:02:14 -07:00
parent 6166bc14f9
commit 19882be253

6
netlify.toml Normal file
View File

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