Skip to content

Commit c7d856d

Browse files
authored
Update next.config.mjs: 增加了对crokily个人图床的支持
用于crokily文章内的图片支持
1 parent 41995e8 commit c7d856d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

next.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ const config = {
3838
hostname: "*.amazonaws.com",
3939
pathname: "/**",
4040
},
41+
{
42+
protocol: "https",
43+
hostname: "*.coly.cc",
44+
pathname: "/**",
45+
},
4146
],
4247
},
4348
};

0 commit comments

Comments
 (0)