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