Skip to content

Commit

Permalink
ci: deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuhji committed Mar 22, 2024
1 parent f9441dc commit d06d780
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class SystemsThinkingComponent implements OnInit {
title: 'Impact of water neutrality design options',
text: [
'Water neutrality design options can reduce water consumption, improve water availability, mimic natural conditions and enhance biodiversity. For instance, water neutrality can be achieved thorough following ways to mitigate some of the negative impacts of urban developments on water management systems: the reduction in consumer demand for water, the increase in the amount of permeable land, the increase in collected and treated water',
'In the VDR, attenuation volume is another parameter that users can modify. It refers to the system\'s capacity to store and slow down the stormwater runoff. Effective collection and treatment of water increases the system\'s capacity to control the water volume, decreasing excess water.',
'In the VDR, attenuation volume is another parameter that users can modify. It refers to the system's capacity to store and slow down the stormwater runoff. Effective collection and treatment of water increases the system's capacity to control the water volume, decreasing excess water.',
],
imgUrl: 'sys-thinking-6.jpg',
},
Expand All @@ -92,6 +92,6 @@ export class SystemsThinkingComponent implements OnInit {
}

public static transformImgUrl(slug: string): string {
return `../../../../assets/img/systems-thinking/${slug}`;
return `assets/img/systems-thinking/${slug}`;
}
}

0 comments on commit d06d780

Please sign in to comment.