Skip to content

Commit

Permalink
Remove Netlify plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Sep 11, 2024
1 parent 5eca0a3 commit 4fad5c6
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
[build]
publish = "_site"
command = "npm run build"

[[plugins]]

# Opt-in to the Netlify Lighthouse plugin (choose one):

# 1. Go to your site on https://app.netlify.com and navigate to the Integrations tab, search for the `Lighthouse` plugin
# 2. Or via `npm install -D @netlify/plugin-lighthouse`

# Read more: https://github.com/netlify/netlify-plugin-lighthouse

package = "@netlify/plugin-lighthouse"

# optional, fails build when a category is below a threshold
[plugins.inputs.thresholds]
performance = 1.0
accessibility = 1.0
best-practices = 1.0
seo = 1.0

[plugins.inputs]
output_path = "reports/lighthouse/index.html"

0 comments on commit 4fad5c6

Please sign in to comment.