-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Next.js image optimization fixes #6143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #6143 +/- ##
==========================================
+ Coverage 54.58% 54.62% +0.03%
==========================================
Files 346 346
Lines 23630 23644 +14
Branches 4862 4864 +2
==========================================
+ Hits 12899 12915 +16
+ Misses 9547 9545 -2
Partials 1184 1184
☔ View full report in Codecov by Sentry. |
alexastrum
requested changes
Jul 17, 2023
alexastrum
approved these changes
Jul 19, 2023
Description
next/image
component in app directory for Next.js > 13.4.9.getNextVersion
to prevent issues with canary versions, add unit tests.Scenarios Tested
Sample Commands