♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
autoscroll-with-css-modules
/
next.config.js
next.config.js
5 lines
87 B
/**
@type
{import("next").NextConfig}
*/
module
.
exports
=
{
reactStrictMode:
true
,
}
v2.0.0
/
Go
SIGN IN