Skip to content

Commit

Permalink
Fix asset gzip
Browse files Browse the repository at this point in the history
Not sure why this every worked before
  • Loading branch information
k0nserv committed Jul 16, 2024
1 parent bc99348 commit a776fd6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,18 @@ sass:
style: compressed
sass_dir: _sass
gzip:
extensions:
- '.html'
- '.css'
- '.js'
- '.json'
- '.txt'
- '.ttf'
- '.atom'
- '.stl'
- '.xml'
- '.svg'
- '.eot'
- '.jpg'
- '.png'
replace_files: true

0 comments on commit a776fd6

Please sign in to comment.