From 7add90ad2d0cb07f09b19395bd1d2ae5125da56c Mon Sep 17 00:00:00 2001 From: Madison Rye Progress Date: Sat, 8 Jun 2024 17:58:38 -0700 Subject: [PATCH] Add netlify.toml to bring hugo version into the current decade --- 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"