diff --git a/content/blog/infrastructure-as-code.md b/content/blog/infrastructure-as-code.md index 8fd3238..88ab425 100644 --- a/content/blog/infrastructure-as-code.md +++ b/content/blog/infrastructure-as-code.md @@ -6,13 +6,13 @@ social_media_card = "img/social_cards/blog_infrastructure_as_code.jpg" +++ ```rust - pub async fn main() -> Result<(), Error> { let mut infrastructure = Infrastructure::new(); dbg!(infrastructure); + Ok(()) } ``` -This is [a link](https://example.com) to example.com. +This [a link](https://example.com) to example.com. ## Introduction diff --git a/static/img/social_cards/blog_infrastructure_as_code.jpg b/static/img/social_cards/blog_infrastructure_as_code.jpg index b0fc588..fe75bed 100644 Binary files a/static/img/social_cards/blog_infrastructure_as_code.jpg and b/static/img/social_cards/blog_infrastructure_as_code.jpg differ