/** @type {import('next').NextConfig} */ const nextConfig = { images: { domains: ['artworks.thetvdb.com'], cacheDirectory: '/tmp/app/.next/cache' }, }; export default nextConfig;