mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-02 22:15:23 -04:00
Add www.compassmeet.com to allowed remotePatterns in next.config.ts
This commit is contained in:
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user