@vercel/microfrontends 1.5.0-canary.0 → 1.5.0-canary.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1473,10 +1473,6 @@ function transform(args) {
1473
1473
  );
1474
1474
  }
1475
1475
  next.assetPrefix = assetPrefix;
1476
- next.images = {
1477
- ...next.images,
1478
- path: `${assetPrefix}/_next/image`
1479
- };
1480
1476
  return {
1481
1477
  next
1482
1478
  };