Skip to content

Commit 52bd80a

Browse files
committed
Tweaks made to toml file
1 parent 89d1549 commit 52bd80a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

netlify.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44
[build]
55
publish = "public"
66

7-
[[plugins]]
7+
# [[plugins]]
8+
# package = "netlify-plugin-gatsby-cache"
89

910
# Optimizes PNG, JPEG, GIF and SVG file formats on Build
1011
[[plugins]]
1112
package = "netlify-plugin-image-optim"
1213

1314
# Runs a Google Lighthouse Audit on Build
14-
[[plugins]]
15-
package = "@netlify/plugin-lighthouse"
15+
# [[plugins]]
16+
# package = "@netlify/plugin-lighthouse"
1617
# Will configure these later
1718
# [plugins.inputs.thresholds]
1819
# performance = 0.8

0 commit comments

Comments
 (0)