Enable compression
This commit is contained in:
		| @@ -6,6 +6,8 @@ variables: | |||||||
| pages: | pages: | ||||||
|   script: |   script: | ||||||
|   - hugo --gc --minify |   - hugo --gc --minify | ||||||
|  |   - find public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec gzip -f -k {} \; | ||||||
|  |   - find public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec brotli -f -k {} \; | ||||||
|   artifacts: |   artifacts: | ||||||
|     paths: |     paths: | ||||||
|     - public |     - public | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user