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