Skip to content

Commit

Permalink
chore: add causes-of-death to sample mdd pages
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Jul 25, 2024
1 parent 8778420 commit 7b1e1f1
Show file tree
Hide file tree
Showing 2 changed files with 4,001 additions and 0 deletions.
1 change: 1 addition & 0 deletions baker/MultiDimBaker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const readMultiDimConfig = (filename: string) =>
)

const MULTI_DIM_SITES_BY_SLUG: Record<string, MultiDimDataPageConfigType> = {
"mdd-causes-of-death": readMultiDimConfig("causes-of-death.yml"),
"mdd-energy": readMultiDimConfig("energy.yml"),
"mdd-life-expectancy": readMultiDimConfig("life-expectancy.json"),
"mdd-plastic": readMultiDimConfig("plastic.json"),
Expand Down
Loading

0 comments on commit 7b1e1f1

Please sign in to comment.