We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d1549 commit 52bd80aCopy full SHA for 52bd80a
netlify.toml
@@ -4,15 +4,16 @@
4
[build]
5
publish = "public"
6
7
-[[plugins]]
+# [[plugins]]
8
+# package = "netlify-plugin-gatsby-cache"
9
10
# Optimizes PNG, JPEG, GIF and SVG file formats on Build
11
[[plugins]]
12
package = "netlify-plugin-image-optim"
13
14
# Runs a Google Lighthouse Audit on Build
15
-package = "@netlify/plugin-lighthouse"
16
+# package = "@netlify/plugin-lighthouse"
17
# Will configure these later
18
# [plugins.inputs.thresholds]
19
# performance = 0.8
0 commit comments