/** @type {import('next').NextConfig} */ const nextConfig = { allowedDevOrigins: ["127.0.0.1"], }; export default nextConfig;