a89b8bd282
Build and Deploy Verso / deploy (push) Successful in 11m13s
RevealJS presentations are served as (currently embed-resources) HTML that went over the wire uncompressed, because gzip_types only listed text/plain. This made the HTML preview slow to load for heavy decks. Add text/html, text/css, application/javascript, application/json and image/svg+xml to gzip_types so the text-based portion of the output is compressed. Already-compressed formats (pdf, png/jpeg/webp, woff/woff2) are intentionally excluded to avoid wasting CPU. Also set gzip_min_length 1024 so tiny responses aren't compressed needlessly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>