It is now possible to use a custom domain and SSL certificate with the default CloudFront distribution.
Please see the Custom Domain Example for more information how to use this.
Changelog
- Uses Image Optimizer module of Next.js 12.1.3 (#121)
- Updates sharp from
v0.30.3
tov0.30.7
(#136) - Support usage of custom domain and SSL certificate with the default CloudFront distribution (#134)
- Minimum protocol version for the default CloudFront distribution can now set using
cloudfront_minimum_protocol_version
variable. New default value isTLSv1
(wasTLSv1.2_2018
before) (#134)