next.js/test/e2e/app-dir-export/next.config.js
next.config.js12 lines218 B
/** @type {import('next').NextConfig} */
const nextConfig = {
  output: 'export',
  trailingSlash: true,
  // distDir: '.next-custom',
  experimental: {
    prefetchInlining: false,
  },
}

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