fix(lighthouse): change audit export path and config

This commit is contained in:
2026-01-12 12:25:35 +01:00
parent fa8e84514a
commit 952c75127a
2 changed files with 9 additions and 5 deletions

View File

@@ -16,7 +16,8 @@ module.exports = {
},
},
upload: {
target: 'temporary-public-storage',
target: 'filesystem',
outputDir: './.lighthouseci', // C'est ici que Jenkins ira chercher les fichiers
},
},
};