♫
📌 canary ▾
next.js
/
test
/
integration
/
export-intent
/
fixtures
/
custom-export
/
next.config.js
next.config.js
7 lines
100 B
module
.
exports
=
{
output:
'export'
,
exportPathMap
() {
return
{
'/'
: { page:
'/'
} }
},
}
v2.0.0
/
Go
SIGN IN