diff --git a/netlify.toml b/netlify.toml index 824a24d87..418d43ee0 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,18 +3,6 @@ command = "make netlify" environment = { BASE_URL = "https://esphome.io" } -[build.processing] - # only size-minimize everything in production - skip_processing = true -[build.processing.css] - bundle = true - minify = true -[build.processing.js] - bundle = true - minify = true -[build.processing.images] - compress = true - [context.beta] environment = { BASE_URL = "https://beta.esphome.io" } @@ -23,8 +11,6 @@ [context.production] environment = { BASE_URL = "https://esphome.io", PRODUCTION = "YES" } -[context.production.processing] - skip_processing = false # A basic redirect rule [[redirects]]