reverted changes for environment variable
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m41s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m41s
This commit is contained in:
parent
c87fb11971
commit
eeae6bc997
3 changed files with 7 additions and 3 deletions
|
|
@ -18,6 +18,10 @@ disableLanguages = ["en"]
|
|||
hasCJKLanguage = false # If hasCJKLanguage true, auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage
|
||||
enableRobotsTXT = true
|
||||
|
||||
########################### Deployment #############################
|
||||
# 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.
|
||||
[params]
|
||||
environment = "development"
|
||||
|
||||
########################### Services #############################
|
||||
[services]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue