Update next.config.ts

This commit is contained in:
pennyteenycat 2025-07-19 03:00:36 +03:00 committed by GitHub
parent 3fe945c6ad
commit 77cc4d3d2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,11 @@ const nextConfig: NextConfig = {
hostname: "aura-node.s3.eu-west-2.amazonaws.com",
pathname: "/**",
},
{
protocol: 'https',
hostname: 'assets.witlab.us',
pathname: '/**',
},
],
},
};