File size: 181 Bytes
6ba7c23
03769d0
cb363ec
7428ad9
cb363ec
03769d0
6ba7c23
 
1
2
3
4
5
6
7
8
9
/** @type {import('next').NextConfig} */
const nextConfig = {
    images: {
        domains: ['artworks.thetvdb.com','via.placeholder.com'],
      },
};

export default nextConfig;