add cms to remote patterns (#38860)

add cms.supabase.com to remote patterns
This commit is contained in:
Francesco Sansalvadore
2025-09-19 13:47:18 +02:00
committed by GitHub
parent da16e670a0
commit a872d51862

View File

@@ -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(),
]