Update next.config.ts
This commit is contained in:
parent
3fe945c6ad
commit
77cc4d3d2c
@ -14,6 +14,11 @@ const nextConfig: NextConfig = {
|
||||
hostname: "aura-node.s3.eu-west-2.amazonaws.com",
|
||||
pathname: "/**",
|
||||
},
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'assets.witlab.us',
|
||||
pathname: '/**',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user