Skip to content

Commit 8fbad98

Browse files
authored
Merge pull request #173 from InvolutionHell/addImgColycc
Update next.config.mjs: 增加了对crokily个人图床的支持
2 parents 41995e8 + c7d856d commit 8fbad98

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)