next.js/examples/with-static-export/next.config.js
next.config.js11 lines134 B
// @ts-check

/**
 * @type {import('next').NextConfig}
 **/
const nextConfig = {
  output: "export",
};

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