From 660d1cb444bdd2a81b5caf5e217d997459dd18c5 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Sat, 23 Aug 2025 19:40:29 -0700 Subject: [PATCH] refactor: allow all images in UI --- surfsense_web/next.config.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/surfsense_web/next.config.ts b/surfsense_web/next.config.ts index 3728a7b..460ef5d 100644 --- a/surfsense_web/next.config.ts +++ b/surfsense_web/next.config.ts @@ -12,11 +12,7 @@ const nextConfig: NextConfig = { remotePatterns: [ { protocol: "https", - hostname: "images.unsplash.com", - }, - { - protocol: "https", - hostname: "static.vecteezy.com", + hostname: "**", }, ], },