next.js/test/e2e/app-dir/app-routes/next.config.js
next.config.js11 lines162 B
/**
 * @type {import('next').NextConfig}
 */
const config = {}

if (process.env.BASE_PATH) {
  config.basePath = process.env.BASE_PATH
}

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