Source code of my website
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

⚡ : remove gzip compression

-1
-1
mise.toml
··· 34 34 run = ''' 35 35 COMPRESSREGEX=".*(html|css|js|xml|ico|svg|md|png|webp|pdf)$" 36 36 find public/ -type f -regextype egrep -regex $COMPRESSREGEX | xargs zstd -15 -f 37 - find public/ -type f -regextype egrep -regex $COMPRESSREGEX | xargs zstd --format=gzip -15 -f 38 37 ''' 39 38 40 39 [tasks.serve]