feat: update eversolo site cms and media workflows
This commit is contained in:
@@ -12,6 +12,9 @@ const nextConfig = {
|
||||
distDir: process.env.NEXT_DIST_DIR || '.next',
|
||||
images: {
|
||||
formats: ['image/avif', 'image/webp'],
|
||||
dangerouslyAllowSVG: true,
|
||||
contentDispositionType: 'attachment',
|
||||
contentSecurityPolicy: "script-src 'none'; frame-src 'none'; sandbox;",
|
||||
remotePatterns: [
|
||||
{ protocol: 'https', hostname: 'www.eversolo.com' },
|
||||
{ protocol: 'https', hostname: 'eversolo.com' },
|
||||
|
||||
Reference in New Issue
Block a user