nexora / frontend /next.config.mjs
ChandimaPrabath's picture
api fix
03769d0
raw
history blame
No virus
159 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
domains: ['artworks.thetvdb.com'],
},
};
export default nextConfig;