next.js/test/e2e/chrome-devtools-workspace/fixtures/base-path/next.config.js
next.config.js9 lines123 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  basePath: '/base-path',
}

module.exports = nextConfig
Quest for Codev2.0.0
/
SIGN IN