/** @type {import('next').NextConfig} */ const nextConfig = { trailingSlash: true, images: { unoptimized: true, // ✅ needed }, }; export default nextConfig;