feat: integrate Bunny CDN storage upload for photos and voice notes into n8n workflow

This commit is contained in:
mstfyldz
2026-08-16 18:08:35 +03:00
parent 82de193b16
commit 578961121b
3 changed files with 1115 additions and 206 deletions
+5
View File
@@ -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",