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