From 0ca1c2fccd1233def9354f2880f8e2ab83366ec5 Mon Sep 17 00:00:00 2001 From: Zain Fathoni Date: Fri, 9 Jul 2021 20:52:12 +0800 Subject: [PATCH] Revert "Decrease Best Practices threshold temporarily for debugging purpose" This reverts commit 743dd85643b760030c13b0fc9250e8c3fb741479. --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index d55b86bff..1c1895d93 100644 --- a/netlify.toml +++ b/netlify.toml @@ -8,7 +8,7 @@ [plugins.inputs.thresholds] performance = 0.85 accessibility = 1 - best-practices = 0.93 + best-practices = 1 seo = 0.92 pwa = 0.3