diff --git a/next.config.ts b/next.config.ts index 6e7756a..8a53b6f 100644 --- a/next.config.ts +++ b/next.config.ts @@ -14,6 +14,11 @@ const nextConfig: NextConfig = { hostname: "aura-node.s3.eu-west-2.amazonaws.com", pathname: "/**", }, + { + protocol: 'https', + hostname: 'assets.witlab.us', + pathname: '/**', + }, ], }, };