import type { NextConfig } from "next"; const nextConfig: NextConfig = { images: { remotePatterns: [ { hostname: "avatars.githubusercontent.com", }, { hostname: "cdn.discordapp.com", }, ], }, }; export default nextConfig;