import type { NextConfig } from "next";
const nextConfig: NextConfig = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'lastfm.freetls.fastly.net',
port: '',
pathname: '/**',
},
hostname: 'p0ntus.com',
hostname: 'github-readme-stats.vercel.app',
],
};
export default nextConfig;