next.js
143926d6 - Disable `supportsImmutableAssets` with `config.output` (#95521)

Commit
17 days ago
Disable `supportsImmutableAssets` with `config.output` (#95521) `output=export` and `output=standalone` don't use adapters. But for `supportsImmutableAssets`, you really want the adapter to get all necessary data. Disable immutable assets for now in this case. Once `output=export` runs the adapter (as it should), we can remove this override again
Author
Parents
Loading