next.config.js 120 B

12345
  1. module.exports = {
  2. images: {
  3. domains: ['localhost', 'localhost:3000', '192.168.2.116', '192.168.2.116:3000']
  4. }
  5. }