Skip to content

Commit 9abab8e

Browse files
committed
Temporarily disable html minification for google domain verification
1 parent 01aad8a commit 9abab8e

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

netlify.toml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,3 @@
4444

4545
[[plugins]]
4646
package = "./plugins/keep-dot-cache-folder"
47-
48-
# Config for the Netlify Build Plugin: netlify-plugin-minify-html
49-
[[plugins]]
50-
# package = "netlify-plugin-minify-html"
51-
52-
# Specify which deploy contexts we'll minify HTML in.
53-
# Supports any Deploy Contexts available in Netlify.
54-
# https://docs.netlify.com/site-deploys/overview/#deploy-contexts
55-
[plugins.inputs]
56-
contexts = [
57-
'production',
58-
'branch-deploy',
59-
'deploy-preview'
60-
]
61-
62-
# Optionally, override the default options for the minification
63-
# https://github.com/kangax/html-minifier#options-quick-reference
64-
[plugins.inputs.minifierOptions]
65-
removeComments = true
66-
collapseInlineTagWhitespace = false

0 commit comments

Comments
 (0)