chore: add new hostname configuration for service.firecrawl.dev in Next.js config
This commit is contained in:
parent
e15d76461f
commit
96d630f3ac
@ -48,6 +48,10 @@ const nextConfig: NextConfig = {
|
||||
protocol: 'https',
|
||||
hostname: 'html.tailus.io',
|
||||
},
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'service.firecrawl.dev',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user