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", + }, ], }, };