nexora / frontend /next.config.mjs
ChandimaPrabath's picture
0.0.0.4 Alpha
7428ad9
raw
history blame
No virus
181 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
domains: ['artworks.thetvdb.com','via.placeholder.com'],
},
};
export default nextConfig;