next.js/examples/with-electron-typescript/next.config.js
next.config.js9 lines119 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  output: "export",
};

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