From c62416259dcfb66442c9e5fd1b2809d74e579a9e Mon Sep 17 00:00:00 2001 From: Madison Rye Progress Date: Sat, 8 Jun 2024 18:02:11 -0700 Subject: [PATCH] Add netlify.toml to bring hugo version up to date --- netlify.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..625c926 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,6 @@ +[build] + command = "hugo" + publish = "public" + +[build.environment] + HUGO_VERSION = "0.127.0"