@astrojs/netlify@8.1.2
SimonGiebenhain/MonoNPHM@astrojs/netlify@8.1.2Jul 13, 2026by astrobot-houston
AI Summary
Patch release correcting how regex metacharacters are handled in generated image remote patterns.
Key Highlights
- Fixes regex metacharacters in remote_images patterns to be matched literally
- Updated dependencies
Full Release Notes
### Patch Changes
- [#17368](https://github.com/withastro/astro/pull/17368) [`ee74c28`](https://github.com/withastro/astro/commit/ee74c289bfe32fb6a7f59ed97c5c22db16394b72) Thanks [@matthewp](https://github.com/matthewp)! - Fixes the generated Netlify Image CDN `remote_images` patterns so that regex metacharacters (such as `.`) in `image.remotePatterns` (`hostname`, `pathname`) and `image.domains` are matched literally instead of behaving like wildcards. This makes the generated patterns consistent with how Astro matches these values elsewhere.
- Updated dependencies \[]:
- @astrojs/underscore-redirects@1.0.3