/** @type {import('next').NextConfig} */ const nextConfig = { images: { remotePatterns: [{ hostname: "localhost" }, { hostname: "randomuser.me" }], }, transpilePackages: ["geist"], }; export default nextConfig;