♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
taint
/
next.config.js
next.config.js
7 lines
102 B
/**
@type
{import('next').NextConfig}
*/
module
.
exports
=
{
experimental: {
taint:
true
,
},
}
v2.0.0
/
Go
SIGN IN