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

module.exports = nextConfig