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