feat: integrate Bunny CDN storage upload for photos and voice notes into n8n workflow
This commit is contained in:
@@ -9,6 +9,11 @@ const nextConfig: NextConfig = {
|
||||
hostname: "api.telegram.org",
|
||||
pathname: "/**",
|
||||
},
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "cdn.ayrislegal.com",
|
||||
pathname: "/**",
|
||||
},
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "images.unsplash.com",
|
||||
|
||||
Reference in New Issue
Block a user