chore: convert images to AVIF (#417)

This commit is contained in:
Typed SIGTERM
2025-08-25 00:12:24 +08:00
committed by GitHub
parent 5917783670
commit 12a24725bd
27 changed files with 10 additions and 14 deletions
-1
View File
@@ -308,7 +308,6 @@ pnpm lint && pnpm typecheck
If you are committing images, consider using AVIF format instead of PNG, JPG etc. You can convert existing images to AVIF by running:
```shell
cd docs
pnpm to-avif <PATH_TO_IMAGE_OR_DIRECTORY1> <PATH_2> <PATH_3> ...
```