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'},