Update 2025-07-30-dev-update-july-2025.md#682
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThis update standardizes image references in a single blog post by removing the "/blog-assets/" prefix from all image source paths and deletes redundant separator lines. No other content, links, or structure are changed. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (2)
blog/2025-07-30-dev-update-july-2025.md (2)
7-7: Consider addingloading="lazy"for faster first paintAll inline
<img>tags are above-the-fold heavyweight assets. Adding the nativeloading="lazy"attribute defers off-screen image loading and improves CLS/LCP metrics:-<img src="./base-support.png" alt="base support" width="100%"/> +<img src="./base-support.png" alt="base support" width="100%" loading="lazy"/>A tiny change, but it benefits both Lighthouse scores and real-user experience.
Also applies to: 65-65, 79-79, 90-90, 100-100, 110-110, 131-131, 149-149
164-164: Social-links line is inaccessible & difficult to translateA single pipe-separated paragraph hampers screen-reader navigation and localisation.
Switch to a semantic list for better a11y and maintainability:-[Website](https://envio.dev/) | [X](https://twitter.com/envio_indexer) | [Discord](https://discord.com/invite/gt7yEUZKeB) | [Telegram](https://t.me/+5mI61oZibEM5OGQ8) | [GitHub](https://github.com/enviodev) | [YouTube](https://www.youtube.com/channel/UCR7nZ2yzEtc5SZNM0dhrkhA) | [Reddit](https://www.reddit.com/user/Envio_indexer) + +**Find us:** +- [Website](https://envio.dev/) +- [X](https://twitter.com/envio_indexer) +- [Discord](https://discord.com/invite/gt7yEUZKeB) +- [Telegram](https://t.me/+5mI61oZibEM5OGQ8) +- [GitHub](https://github.com/enviodev) +- [YouTube](https://www.youtube.com/channel/UCR7nZ2yzEtc5SZNM0dhrkhA) +- [Reddit](https://www.reddit.com/user/Envio_indexer)This keeps the visual layout almost identical while making the section far more accessible.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
blog/2025-07-30-dev-update-july-2025.md(1 hunks)
🔇 Additional comments (1)
blog/2025-07-30-dev-update-july-2025.md (1)
7-7: No changes needed—baseUrl is “/”
Verified in docusaurus.config.js (line 238) thatbaseUrl: "/". All eight<img src="/…">paths will resolve correctly at the site root.
Summary by CodeRabbit