File size: 201 Bytes
6ba7c23
03769d0
cb363ec
418a632
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','eu.ui-avatars.com'],
      },
};

export default nextConfig;