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
Next.js expects your CDN to handle asset compression, so the static files in /out are not compressed in any way. Begin is uploading this to S3, but there must be a way to enable gzip compression for what gets served to the user. Do I need to set something in the arc file? Do I need to upload only .gz versions of my files?
The text was updated successfully, but these errors were encountered:
Next.js expects your CDN to handle asset compression, so the static files in
/out
are not compressed in any way. Begin is uploading this to S3, but there must be a way to enable gzip compression for what gets served to the user. Do I need to set something in the arc file? Do I need to upload only.gz
versions of my files?The text was updated successfully, but these errors were encountered: