Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetMkt committed Nov 15, 2024
1 parent ac2f864 commit e1a5b89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ ffmpeg -i input.mp4 -c:v libx265 -preset ultrafast -crf 30 -c:a aac -b:a 250k ou
## Cloudflare Pages enforce file size

```bash
hugo --minify --gc && find public -type f -size +24900k -exec rm -f {} \;
hugo --minify --gc && find public -type f -size +24M -print -exec rm -vf {} \;
# +24M means >=25M
```

## Icons
Expand Down

0 comments on commit e1a5b89

Please sign in to comment.