/** @type {import('next').NextConfig} */ const nextConfig = { /* config options here */ allowedDevOrigins: ['rts.rynohome.com'], }; export default nextConfig;