Open next.config.js and add it in the ”images” config
/** @type {import('next').NextConfig} */ const nextConfig = { images: { domains: ['assets.example.com'], }, } module.exports = nextConfig
2.1K
1 year ago
0 comments
/** @type {import('next').NextConfig} */ const nextConfig = { images: { domains: ['assets.example.com'], }, } module.exports = nextConfig
Frontend
Resource
Average
Average
No recent searches
Leave a reply