From cb7f4ad5e9476bc1ed685571deffd2f71d3937c2 Mon Sep 17 00:00:00 2001 From: Matt Stover Date: Wed, 6 Sep 2023 12:21:53 -0600 Subject: [PATCH] fix: update lighthouserc-prod.js for new refugee url The redirect when hitting `/refugees` is halting the lighthouse. --- lighthouserc-prod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouserc-prod.js b/lighthouserc-prod.js index d44800c5f3..0feb189f51 100644 --- a/lighthouserc-prod.js +++ b/lighthouserc-prod.js @@ -15,7 +15,7 @@ module.exports = { 'https://www.kiva.org/lend-by-category/women', 'https://www.kiva.org/lend-category-beta', 'https://www.kiva.org/lend-category-beta/agriculture', - 'https://www.kiva.org/refugees', + 'https://www.kiva.org/impact/refugees', 'https://www.kiva.org/about', 'https://www.kiva.org/about/how', 'https://www.kiva.org/design',