const nextConfig = { images: { remotePatterns: [new URL("https://i.scdn.co/**")], }, }; export default nextConfig;