Move image to server instead of referring to ephemeral URL
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
62dc1c9e4a
commit
6a0c5e514b
2 changed files with 1 additions and 1 deletions
BIN
assets/google_cosplay.jpg
Normal file
BIN
assets/google_cosplay.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue