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

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,6 +1473,10 @@ function transform(args) {
1473
1473
  );
1474
1474
  }
1475
1475
  next.assetPrefix = assetPrefix;
1476
+ next.images = {
1477
+ ...next.images,
1478
+ path: `${assetPrefix}/_next/image`
1479
+ };
1476
1480
  return {
1477
1481
  next
1478
1482
  };