dirty fix Markdown images

This commit is contained in:
2024-07-11 18:49:18 +02:00
parent 750583a217
commit fca39b047d
12 changed files with 20 additions and 4 deletions
+6
View File
@@ -24,3 +24,9 @@ npm run build
You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
## Resize images
```bash
convert input.png -resize 3000 -quality 80 output.webp
```