Merge pull request #13 from pennyteenycat/hoxfix/assets

Update next.config.ts
This commit is contained in:
pennyteenycat 2025-07-19 03:00:48 +03:00 committed by GitHub
commit f5710cf1db
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", hostname: "aura-node.s3.eu-west-2.amazonaws.com",
pathname: "/**", pathname: "/**",
}, },
{
protocol: 'https',
hostname: 'assets.witlab.us',
pathname: '/**',
},
], ],
}, },
}; };