From d2be800bd6c1b246987fc633604a30084d166b74 Mon Sep 17 00:00:00 2001 From: chrish01 Date: Tue, 15 Oct 2024 12:09:24 +0100 Subject: [PATCH] add empty array for test front page --- lighthouse/lighthouserc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lighthouse/lighthouserc.js b/lighthouse/lighthouserc.js index 5a93a8fc63d..4dbb904c7a8 100644 --- a/lighthouse/lighthouserc.js +++ b/lighthouse/lighthouserc.js @@ -1,6 +1,7 @@ const AUDIT_URLS = { FRONT_PAGE: { live: ['https://www.bbc.com/serbian/cyr'], + test: [], }, FIX: { live: ['https://www.bbc.com/persian/science-52004647'],