Source code of my website
1
fork

Configure Feed

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

🔨 : do not compress fonts

fonts are already compressed

+1 -1
+1 -1
mise.toml
··· 36 36 [tasks.precompress] 37 37 description = "Precompress static resources" 38 38 run = ''' 39 - COMPRESSREGEX=".*(html|css|js|xml|ico|svg|md|pdf|woff2)$" 39 + COMPRESSREGEX=".*(html|css|js|xml|ico|svg|md|pdf)$" 40 40 find public/ -type f -regextype egrep -regex $COMPRESSREGEX | xargs zstd --keep --force -19 41 41 find public/ -type f -regextype egrep -regex $COMPRESSREGEX | xargs gzip --keep --force --best 42 42 '''