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: "**", }, ], },