/** @type {import('next').NextConfig} */ const nextConfig = { output: 'export', // compatible with GitHub Pages }; export default nextConfig;