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