nitrojs / nitro

Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.
https://nitro.build
MIT License
6.16k stars 507 forks source link

feat: add pdf and wasm to compressible mime types #2766

Closed ghost closed 1 month ago

ghost commented 1 month ago

๐Ÿ”— Linked issue

2360

โ“ Type of change

๐Ÿ“š Description

Updates the list of compressible MIME types for public assets to match docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/ServingCompressedFiles.html by adding application/pdf and application/wasm.

Resolves #2360.

๐Ÿ“ Checklist