Merge pull request #13 from pennyteenycat/hoxfix/assets
Update next.config.ts
This commit is contained in:
commit
f5710cf1db
@ -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: '/**',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user