From 5326c6df6ccf5afffb0d59a49d2aa82662f2565d Mon Sep 17 00:00:00 2001 From: Andreas Hnida Date: Mon, 29 Jul 2024 13:02:23 +0200 Subject: [PATCH] Removed environment variable for build dependency on pushed branch --- hugo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/hugo.toml b/hugo.toml index 9198642..2999187 100755 --- a/hugo.toml +++ b/hugo.toml @@ -20,9 +20,6 @@ enableRobotsTXT = true ########################### Deployment ############################# [params] -# set to "development" or "production". This deploys the site to the correct environment and sets the robot.txt to disallow all pages when in development mode. -# environment = "production" -environment = "development" # set to true to enable captcha on the form useCaptcha = true