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