Add netlify.toml to bring hugo version up to date

This commit is contained in:
Madison Rye Progress
2024-06-08 18:02:08 -07:00
parent 6501408c7a
commit 9dc3b00e58
2 changed files with 505 additions and 499 deletions

File diff suppressed because it is too large Load Diff

6
netlify.toml Normal file
View File

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