nitro
nitro copied to clipboard
feat(netlify): add support for writing Netlify options
๐ Linked issue
Blocks https://github.com/nuxt/image/pull/1287
โ Type of change
- [ ] ๐ Documentation (updates to the documentation, readme, or JSdoc annotations)
- [ ] ๐ Bug fix (a non-breaking change that fixes an issue)
- [ ] ๐ Enhancement (improving an existing functionality like performance)
- [x] โจ New feature (a non-breaking change that adds functionality)
- [ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- [ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
Adds support for writing Netlify config. Currently this only supports configuring image domains, but will eventually allow all configuration options. This is needed to support the domains option in nuxt/image
๐ Checklist
- [ ] I have linked an issue or discussion.
- [x] I have updated the documentation accordingly.