From 2400d50247abb300300b4fe840f592ad8d98f599 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 2 Apr 2026 15:50:30 +0200 Subject: [PATCH] Add www.compassmeet.com to allowed remotePatterns in next.config.ts --- web/next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/next.config.ts b/web/next.config.ts index 88c6e89d..c9fe8911 100644 --- a/web/next.config.ts +++ b/web/next.config.ts @@ -51,6 +51,7 @@ const nextConfig: NextConfig = { remotePatterns: [ {hostname: 'martinbraquet.com'}, {hostname: 'compassmeet.com'}, + {hostname: 'www.compassmeet.com'}, {hostname: 'lh3.googleusercontent.com'}, {hostname: 'i.imgur.com'}, {hostname: 'firebasestorage.googleapis.com'},