From 505f56269572a926f33d1f30cee8ecb2d066d994 Mon Sep 17 00:00:00 2001 From: Stanislav Popov Date: Sun, 24 Dec 2023 23:57:51 +0500 Subject: [PATCH] fix: add lighthouse_scores_performance to Stats --- components/Stats.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Stats.vue b/components/Stats.vue index 0570651..444accb 100644 --- a/components/Stats.vue +++ b/components/Stats.vue @@ -102,6 +102,7 @@ export default { const statFields = { average: [ + 'lighthouse_scores_performance', 'lighthouse_scores_pwa', 'lighthouse_scores_accessibility', 'lighthouse_scores_best-practices',