github opennextjs/opennextjs-aws v3.2.0

14 hours ago

Breaking Changes

  • For people importing from OpenNext in their custom wrapper, all the overrides can now be found under @opennextjs/aws/overrides
  • There is a new install option available for every function in your open-next.config.ts including the image optimization function. For image optimization it replace the old arch option with the new install options. Here is an example to install sharp for x64 :
imageOptimization: {
  install: {
    packages: ["sharp@0.32.6"],
    arch: "x64"
  }
},

Changes

Don't miss a new opennextjs-aws release

NewReleases is sending notifications on new releases.