♫
📌 canary ▾
next.js
/
test
/
integration
/
next-image-new
/
app-dir-localpatterns
/
next.config.js
next.config.js
11 lines
135 B
module
.
exports
=
{
images: {
localPatterns: [
{
pathname:
'/assets/**'
,
search:
''
,
},
],
},
}
v2.0.0
/
Go
SIGN IN