-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
remove userland migration image #8364
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR removes a large image from the userland migrations documentation page to improve performance and maintain consistency with other learn content. The image was causing Cumulative Layout Shift (CLS) issues and was an outlier as no other learn documentation includes top-level images.
Key Changes
- Removed the external image reference that was placed above the main heading in the userland migrations documentation
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8364 +/- ##
==========================================
- Coverage 76.29% 76.23% -0.06%
==========================================
Files 118 118
Lines 9903 9903
Branches 336 337 +1
==========================================
- Hits 7555 7550 -5
- Misses 2346 2351 +5
Partials 2 2 ☔ View full report in Codecov by Sentry. |
📦 Build Size ComparisonSummary
Changes➕ Added Assets (1)
➖ Removed Assets (1)
|
Description
Removed the image altogether.
With resolution:
Without at all
Validation
Related Issues
resolves #8333
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.