diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index e2b47b6e64..0000000000 --- a/netlify.toml +++ /dev/null @@ -1,20 +0,0 @@ -[[plugins]] - - # https://github.com/philhawksworth/netlify-plugin-minify-html#readme - package = "netlify-plugin-minify-html" - - # Specify which deploy contexts we'll minify HTML in. - # Supports any Deploy Contexts available in Netlify. - # https://docs.netlify.com/site-deploys/overview/#deploy-contexts - [plugins.inputs] - contexts = [ - 'production', - 'branch-deploy', - 'deploy-preview' - ] - - # Optionally, override the default options for the minification - # https://github.com/kangax/html-minifier#options-quick-reference - [plugins.inputs.minifierOptions] - removeComments = true - collapseInlineTagWhitespace = true