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