diff --git a/netlify.toml b/netlify.toml index cfd9aa1f..7a9c04e1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,8 +2,5 @@ publish = "public" command = "npm run build:preview" -[build.environment] -GO_VERSION = "1.16" # Temporary, while we need to build htmltext >v0.14 - [context.production] command = "npm run build:production"