/** @type {import('next').NextConfig} */ const nextConfig = { experimental: {}, images: { remotePatterns: [], }, }; export default nextConfig;