♫
📌 canary ▾
next.js
/
examples
/
with-mongodb
/
next.config.js
next.config.js
5 lines
94 B
/**
@type
{import('next').NextConfig}
*/
const
nextConfig
=
{};
module
.
exports
=
nextConfig;
v2.0.0
/
Go
SIGN IN