diff --git a/apps/www/lib/remotePatterns.js b/apps/www/lib/remotePatterns.js index a1d9cc85a6..8a60102b56 100644 --- a/apps/www/lib/remotePatterns.js +++ b/apps/www/lib/remotePatterns.js @@ -147,6 +147,12 @@ module.exports = [ port: '', pathname: '/dms/image/**', }, + { + protocol: 'https', + hostname: 'cms.supabase.com', + port: '', + pathname: '**', + }, // Dynamically generated CMS patterns based on CMS_SITE_ORIGIN ...generateCMSRemotePatterns(), ]