Add netlify.toml to bring hugo version up to date

This commit is contained in:
Madison Rye Progress
2024-06-08 18:01:30 -07:00
parent d66751b79f
commit bda41ebec5

6
netlify.toml Normal file
View File

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