diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-10-24 00:17:47 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-10-24 00:17:47 +0300 |
commit | a39f1b469eec43cd8b1eb5abb451e9914621fc4a (patch) | |
tree | 8cd009694b17c6631c38bb1bb42aabc61df04553 /src/pages/blog/2021-08-14.md | |
parent | 159150afc918cf13f353ffbcc5abd3ab1b62432c (diff) | |
download | eug-vs-xyz-a39f1b469eec43cd8b1eb5abb451e9914621fc4a.tar.gz |
feat!: use relative linksastro
Diffstat (limited to 'src/pages/blog/2021-08-14.md')
-rw-r--r-- | src/pages/blog/2021-08-14.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/blog/2021-08-14.md b/src/pages/blog/2021-08-14.md index 58eac63..d3593a0 100644 --- a/src/pages/blog/2021-08-14.md +++ b/src/pages/blog/2021-08-14.md @@ -62,7 +62,7 @@ On the first two lines I just create variables for input and output images. Then Now let's have a closer look at the recipe for creating `out/%.png` from `src/%.*`. I use `magick` on the input file (denoted by `$<`), then pass a whole bunch of parameters to it, and finally provide the output file (`$@`). If you are confused by `$<` and `$@`, check out [Makefile cheatsheet](https://devhints.io/makefile). -![imagemagick-logo](/public/imagemagick.png) +![imagemagick-logo](/imagemagick.png) ## Removing the background |