add cms to remote patterns (#38860)
add cms.supabase.com to remote patterns
This commit is contained in:
committed by
GitHub
parent
da16e670a0
commit
a872d51862
@@ -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(),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user