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