next.js/test/e2e/manual-client-base-path/app/next.config.js
next.config.js7 lines103 B
module.exports = {
  basePath: '/docs-proxy',
  experimental: {
    manualClientBasePath: true,
  },
}
Quest for Codev2.0.0
/
SIGN IN