import type { NextConfig } from "next"; const nextConfig: NextConfig = { images: { domains: ['lastfm.freetls.fastly.net'], }, }; export default nextConfig;