diff --git a/website/netlify.toml b/website/netlify.toml index e04cfd8..ba8734f 100644 --- a/website/netlify.toml +++ b/website/netlify.toml @@ -2,3 +2,9 @@ [build.environment] HUGO_VERSION = "0.104.3" GO_VERSION = "1.19.2" + +[context.production.environment] +HUGO_ENV = "production" + +[context.deploy-preview.environment] +HUGO_ENV = "preview" \ No newline at end of file