You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is more than one way to set the Hugo build environment. It is better to use hugo.IsProduction to test for this setting than to test the value of hugo.Environment.
There is more than one way to set the Hugo build environment. It is better to use
hugo.IsProduction
to test for this setting than to test the value ofhugo.Environment
.For details concerning the
hugo.IsProduction
, see https://gohugo.io/functions/hugo.The text was updated successfully, but these errors were encountered: