Fix showing sustainible metrics in pages page. (#4042)

https://github.com/sitespeedio/sitespeed.io/issues/3947
s
This commit is contained in:
Peter Hedenskog 2023-12-28 14:27:44 +01:00 committed by GitHub
parent 455a900f45
commit aff9a53c77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -543,21 +543,25 @@ export default {
sustainable: {
sustainable: {
totalCO2: {
path: 'totalCO2.median',
summaryPath: 'totalCO2',
name: 'Total CO2',
format: co2.format
},
co2PerPageView: {
path: 'co2PerPageView.median',
summaryPath: 'co2PerPageView',
name: 'CO2 per page view',
format: co2.format
},
co2FirstParty: {
path: 'co2FirstParty.median',
summaryPath: 'co2FirstParty',
name: 'CO2 per first parties',
format: co2.format
},
co2ThirdParty: {
path: 'co2ThirdParty.median',
summaryPath: 'co2ThirdParty',
name: 'CO2 per third parties',
format: co2.format