next.config.js
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
images: {
domains: ['images.unsplash.com', 'via.placeholder.com'],
},
}
module.exports = nextConfig
next.config.js/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
images: {
domains: ['images.unsplash.com', 'via.placeholder.com'],
},
}
module.exports = nextConfig