next.config.js 147 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
  output: "export",
  images: { unoptimized: true }
};

module.exports = nextConfig;