♫
📌 canary ▾
next.js
/
examples
/
cms-contentful
/
next.config.js
next.config.js
7 lines
102 B
/**
@type
{import('next').NextConfig}
*/
module
.
exports
=
{
images: {
loader:
"custom"
,
},
};
v2.0.0
/
Go
SIGN IN