import type { NextConfig } from "next"; const nextConfig: NextConfig = { allowedDevOrigins: ["mis.maliountech.com.mx"], }; export default nextConfig;