Skip to content

fix: DR-8007 Removing unoptimized images.#7806

Open
carlagn wants to merge 1 commit intomainfrom
DR-8007/remove-unoptimized-imgs
Open

fix: DR-8007 Removing unoptimized images.#7806
carlagn wants to merge 1 commit intomainfrom
DR-8007/remove-unoptimized-imgs

Conversation

@carlagn
Copy link
Copy Markdown
Contributor

@carlagn carlagn commented Apr 20, 2026

Fixes #DR-8007

Summary by CodeRabbit

  • Chores
    • Updated image optimization configuration for the documentation application.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
blog Ready Ready Preview, Comment Apr 20, 2026 0:35am
docs Ready Ready Preview, Comment Apr 20, 2026 0:35am
eclipse Ready Ready Preview, Comment Apr 20, 2026 0:35am
site Ready Ready Preview, Comment Apr 20, 2026 0:35am

Request Review

@argos-ci
Copy link
Copy Markdown

argos-ci bot commented Apr 20, 2026

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ✅ No changes detected - Apr 20, 2026, 12:41 PM

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 20, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 1b7ad64d-fdca-456e-b9ba-1d9c0a573e38

📥 Commits

Reviewing files that changed from the base of the PR and between 51e046a and 65c8f74.

📒 Files selected for processing (1)
  • apps/docs/next.config.mjs

Walkthrough

The pull request removes the images: { unoptimized: true } configuration property from the Next.js configuration file. This change alters the default image optimization behavior for the documentation application, enabling Next.js's built-in image optimization instead of disabling it.

Changes

Cohort / File(s) Summary
Next.js Configuration
apps/docs/next.config.mjs
Removed the images: { unoptimized: true } setting, reversing explicit image optimization disabling and allowing Next.js default image optimization to take effect.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes


A note from review: This change warrants attention to the intent behind the removal. Disabling image optimization is typically done to avoid build-time performance overhead (especially on slower CI/CD systems or large image sets). By reverting to default optimization, builds may now require additional processing time and bandwidth for image transformation. Verify whether:

  • The documentation build environment can handle the added image optimization load
  • This change was intentional or inadvertent
  • Any performance regressions appear in subsequent deployments
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: removing the unoptimized images configuration from the Next.js config, which aligns with the actual code modification in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants