♫
📌 canary ▾
next.js
/
test
/
integration
/
next-image-new
/
both-basepath-trailingslash
/
next.config.js
next.config.js
8 lines
113 B
module
.
exports
=
{
basePath:
'/prefix'
,
trailingSlash:
true
,
images: {
deviceSizes: [
640
,
828
],
},
}
v2.0.0
/
Go
SIGN IN