deploy to development
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 59s

This commit is contained in:
Bettina Rasberger 2024-06-14 13:50:30 +02:00
commit aed3a3c379

View file

@ -3,7 +3,7 @@
# The base URL of your site (required). This will be prepended to all relative URLs.
baseURL = "/"
# Title of your website (required).
title = "VeruA ** Verwaltung und Abrechnung"
title = "VeruA AG"
# Your theme name
theme = "hugoplate"
# Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
@ -21,8 +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 = "development"
# environment = "production"
environment = "development"
# set to true to enable captcha on the form
useCaptcha = true