From 553e7bfacc9fee0152f8ea552ed5a182514f4877 Mon Sep 17 00:00:00 2001 From: Utkarsh-Patel-13 Date: Sun, 27 Jul 2025 13:45:58 -0700 Subject: [PATCH] Added vecteezy path in next config iamges --- surfsense_web/next.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/surfsense_web/next.config.ts b/surfsense_web/next.config.ts index 329667f14..3728a7b4f 100644 --- a/surfsense_web/next.config.ts +++ b/surfsense_web/next.config.ts @@ -14,6 +14,10 @@ const nextConfig: NextConfig = { protocol: "https", hostname: "images.unsplash.com", }, + { + protocol: "https", + hostname: "static.vecteezy.com", + }, ], }, };