♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
segment-cache
/
no-prefetch
/
next.config.js
next.config.js
5 lines
99 B
/**
@type
{import('next').NextConfig}
*/
module
.
exports
=
{
productionBrowserSourceMaps:
true
,
}
v2.0.0
/
Go
SIGN IN