Add www.compassmeet.com to allowed remotePatterns in next.config.ts

This commit is contained in:
MartinBraquet
2026-04-02 15:50:30 +02:00
parent 8ffd69ff15
commit 2400d50247

View File

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