// next.config.js
export default {
  output: 'standalone',
  allowedDevOrigins: ['127.0.0.1'],
}