import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: 'standalone', allowedDevOrigins: ['192.168.2.197'], }; export default nextConfig;