add readme stats to next image conf

This commit is contained in:
Aidan 2025-01-08 08:41:44 -05:00
parent ed81aaefec
commit 28fc3ea7d8

View File

@ -2,7 +2,7 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
images: {
domains: ['lastfm.freetls.fastly.net', 'p0ntus.com'],
domains: ['lastfm.freetls.fastly.net', 'p0ntus.com', 'github-readme-stats.vercel.app'],
},
};