Core Changes
- Rotate image from EXIF data: #18687
- Ensure preload works correctly with locale option: #18511
- Ensure html lang is updating on locale transition: #18699
- Ensure getStaticProps isn't called without params with i18n: #18702
- Ensure localeDetection: false doesn't detect from header: #18695
- Allow passing statusCode for GS(S)P redirect: #18422
- Ensure correct locale is used for non-prefixed path: #18708
- Ensure locale is added/stripped correctly: #18712
- Update default widths configuration to handle 2x/3x DPI: #18717
- Ensure multi-level basePath works properly: #18715
Documentation Changes
- Update
redirect
and notFound GS(S)P documentation: #18690 - Add documentation for localeDetection: false: #18696