next.js
f36a6d89 - Not apply image loader to metadata images (#47197)

Commit
3 years ago
Not apply image loader to metadata images (#47197) Previously when we move to metadata images to custom app routes, when the image files get imported, it matches the `next-image-loader` rule which accidentally generate a static file into media. This PR appends the metadata reource query to the imported rerource, and then skip in the `next-metadata-route-loader` so they won't get applied by image loader or emit any unexpected assets
Author
Parents
Loading