Files
audacity.github.io/package.json
Mudskipper a91cfcb7d1 feat: add Netlify Image CDN integration
Install @astrojs/netlify adapter with imageCDN enabled so all raster
images are optimized at the edge (AVIF/WebP format negotiation, resizing)
instead of at build time. All existing <Image> and getImage() usage
works with zero code changes.

- Add netlify() adapter with imageCDN: true
- Add image.domains for YouTube thumbnails
- Remove dead vite.build.assets config
- Remove format:"webp" from getImage() calls in Audiodotcom to let
  Netlify auto-negotiate the best format
- Remove unused @fontsource/twinkle-star dependency

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 11:44:38 +11:00

1.3 KiB