Skip to content

Conversation

@jmgala
Copy link

@jmgala jmgala commented Nov 19, 2025

Changes

The devFeatures.images option in the Netlify adapter was being ignored during local development.

The vitePluginOptions.images.enabled flag now correctly reflects devFeatures.images as described in the documentation.

Testing

Verified locally by running astro dev with different configurations:

  • devFeatures.images: false disables the Netlify Image CDN in dev.
  • devFeatures.images: true or omitted (default) keeps it enabled.
  • Production builds (astro build) remain unaffected.

Docs

https://docs.astro.build/en/guides/integrations-guide/netlify/#devfeatures

@changeset-bot
Copy link

changeset-bot bot commented Nov 19, 2025

🦋 Changeset detected

Latest commit: 9d657d2

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added the pkg: integration Related to any renderer integration (scope) label Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg: integration Related to any renderer integration (scope)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant