183 B
raw
/** @type {import('next').NextConfig} */
const nextConfig = {
devIndicators: {
position: 'bottom-right',
},
allowedDevOrigins: ['127.0.0.1'],
}
module.exports = nextConfig
/** @type {import('next').NextConfig} */
const nextConfig = {
devIndicators: {
position: 'bottom-right',
},
allowedDevOrigins: ['127.0.0.1'],
}
module.exports = nextConfig