File size: 206 Bytes
6ba7c23
03769d0
 
 
255daa0
03769d0
 
6ba7c23
 
1
2
3
4
5
6
7
8
9
10
/** @type {import('next').NextConfig} */
const nextConfig = {
    images: {
        domains: ['artworks.thetvdb.com'],
        cacheDirectory: '/tmp/app/.next/cache'
      },
};

export default nextConfig;