From b0ee50cf95cbf5be290901a4787d457ff0af7ed3 Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 12 Jan 2026 12:25:35 +0100 Subject: [PATCH] fix(lighthouse): change report export path --- .lighthouserc.cjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.lighthouserc.cjs b/.lighthouserc.cjs index 015a3fa..396880f 100644 --- a/.lighthouserc.cjs +++ b/.lighthouserc.cjs @@ -16,7 +16,8 @@ module.exports = { }, }, upload: { - target: 'temporary-public-storage', + target: 'filesystem', + outputDir: './.lighthouseci', // C'est ici que Jenkins ira chercher les fichiers }, }, }; \ No newline at end of file