1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Remove precompressed robots.txt

This commit is contained in:
Rohan Kumar 2022-06-13 08:25:44 -07:00
parent 6fc1a907b4
commit 5c7f2f17ea
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
3 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@ set -e -u
output_dir="$1"
format="$2"
alias find_compressible='find "$output_dir" -type f \( -name "*.html" -o -name "*.xhtml" -o -name "*.xml" -o -name "*.webmanifest" -o -name "*.*.svg" \)'
alias find_compressible='find "$output_dir" -type f \( -name "*.html" -o -name "*.txt" -o -name "*.xhtml" -o -name "*.xml" -o -name "*.webmanifest" -o -name "*.*.svg" \)'
if [ "$format" = "gzip" ]; then
compress_level="$3"

Binary file not shown.

Binary file not shown.