Skip to content

Commit c06648c

Browse files
committed
.
1 parent edea258 commit c06648c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

next.config.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ const nextConfig: NextConfig = {
1919
hostname: 'ik.imagekit.io',
2020
pathname: '/opendrivelab/**',
2121
},
22+
{
23+
protocol: 'https',
24+
hostname: 'ik.imagekit.io',
25+
pathname: '/mmlab/**',
26+
},
27+
{
28+
protocol: 'https',
29+
hostname: 'assets.kinetixai.cn',
30+
pathname: '/**',
31+
},
2232
],
2333
dangerouslyAllowSVG: true,
2434
},

0 commit comments

Comments
 (0)