next.js/apps/bundle-analyzer/next.config.mjs
next.config.mjs8 lines130 B
/** @type {import('next').NextConfig} */
const nextConfig = {
  output: 'export',
  distDir: 'dist',
}

export default nextConfig
Quest for Codev2.0.0
/
SIGN IN