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