♫
📌 canary ▾
next.js
/
test
/
integration
/
export-404
/
next.config.js
next.config.js
7 lines
95 B
module
.
exports
=
(
phase
)
=>
{
return
{
output:
'export'
,
trailingSlash:
false
,
}
}
v2.0.0
/
Go
SIGN IN