Skip to content

Commit

Permalink
Fix showing sustainible metrics in pages page. (#4042)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Dec 28, 2023
1 parent 455a900 commit aff9a53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/support/friendlynames.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aff9a53

Please sign in to comment.