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