This repository has been archived on 2025-03-08. You can view files and clone it, but cannot push or open issues or pull requests.
aidxnCC/next.config.ts

9 lines
213 B
TypeScript
Raw Normal View History

2025-01-05 14:33:52 -05:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
images: {
2025-01-08 08:41:44 -05:00
domains: ['lastfm.freetls.fastly.net', 'p0ntus.com', 'github-readme-stats.vercel.app'],
},
2025-01-05 14:33:52 -05:00
};
export default nextConfig;