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

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