From 5f593d66c27a6d8677fe71d8cd85217f946b3417 Mon Sep 17 00:00:00 2001 From: Bettina Rasberger Date: Thu, 13 Jun 2024 16:51:46 +0200 Subject: [PATCH] deploy to development --- hugo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 32a2dd7..a2822c7 100755 --- a/hugo.toml +++ b/hugo.toml @@ -21,7 +21,8 @@ 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 = "production" +environment = "development" # set to true to enable captcha on the form useCaptcha = true