dirty fix Markdown images
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user