chore: add new hostname configuration for service.firecrawl.dev in Next.js config

This commit is contained in:
javayhu 2025-08-24 00:52:06 +08:00
parent e15d76461f
commit 96d630f3ac

View File

@ -48,6 +48,10 @@ const nextConfig: NextConfig = {
protocol: 'https',
hostname: 'html.tailus.io',
},
{
protocol: 'https',
hostname: 'service.firecrawl.dev',
},
],
},
};