next.js/examples/with-docker-compose/next-app/next.config.js
next.config.js7 lines119 B
/** @type {import('next').NextConfig} */
const nextConfig = {
  output: "standalone",
};

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