fix(lighthouse): change report export path

This commit is contained in:
2026-01-12 12:25:35 +01:00
parent 34ab8c4369
commit b0ee50cf95

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
}, },
}, },
}; };