Move image to server instead of referring to ephemeral URL
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2024-04-17 14:21:23 -04:00
parent 62dc1c9e4a
commit 6a0c5e514b
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
2 changed files with 1 additions and 1 deletions

BIN
assets/google_cosplay.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View file

@ -65,7 +65,7 @@ Because our CI tool is running this code, we can know which articles need compil
Everything I've just described can be done in just ~400 lines of Rust. This is the effect of buidling simple on top of simple, _and making an effort to retain simplicity_ by making the most out of the simple building blocks.
![Google cosplay is not business-critical](https://programming.dev/pictrs/image/e69b09e9-3ef6-40ff-b47b-e2ba2b4b633a.png)
![Google cosplay is not business-critical](assets/google_cosplay.jpg)
My Rust code makes heavy use of git, a very simple yet amazing tool for adding functionality to plain text.