You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Lume Server could have an option (or a middleware) to allow to serve precompressed files (for example, the file /index.html.gz for gzip encoding, /index.html.zst for zstd ((Zstandard) ) encoding and /index.html.br for br (Brotli) encoding.
Enter your suggestions in details:
The Lume Server could have an option (or a middleware) to allow to serve precompressed files (for example, the file
/index.html.gzfor gzip encoding,/index.html.zstfor zstd ((Zstandard) ) encoding and/index.html.brfor br (Brotli) encoding.References: