We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edea258 commit c06648cCopy full SHA for c06648c
1 file changed
next.config.ts
@@ -19,6 +19,16 @@ const nextConfig: NextConfig = {
19
hostname: 'ik.imagekit.io',
20
pathname: '/opendrivelab/**',
21
},
22
+ {
23
+ protocol: 'https',
24
+ hostname: 'ik.imagekit.io',
25
+ pathname: '/mmlab/**',
26
+ },
27
28
29
+ hostname: 'assets.kinetixai.cn',
30
+ pathname: '/**',
31
32
],
33
dangerouslyAllowSVG: true,
34
0 commit comments