♫
📌 canary ▾
next.js
/
test
/
e2e
/
manual-client-base-path
/
app
/
next.config.js
next.config.js
7 lines
103 B
module
.
exports
=
{
basePath:
'/docs-proxy'
,
experimental: {
manualClientBasePath:
true
,
},
}
v2.0.0
/
Go
SIGN IN