next.js/examples/with-docker/next.config.ts
next.config.ts6 lines76 B
const nextConfig = {
  output: "standalone",
};

export default nextConfig;
Quest for Codev2.0.0
/
SIGN IN