fix(lighthouse): change report export path
Some checks failed
Portfolio/pipeline/head There was a failure building this commit

This commit is contained in:
2026-01-12 12:25:35 +01:00
parent 6987009cfb
commit 71663bcdb1

View File

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