8 lines
No EOL
190 B
JavaScript
8 lines
No EOL
190 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
images: {
|
|
domains: ['api.scryfall.com', 'images.pokemontcg.io', 'lorcana-api.com'],
|
|
},
|
|
};
|
|
|
|
module.exports = nextConfig;
|