Skip to content

Commit 4b280ed

Browse files
authored
Merge pull request #140 from Mira190/upstream-main
fix image issue
2 parents 689a103 + 72af286 commit 4b280ed

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

next.config.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ const config = {
1717
protocol: "https",
1818
hostname: "avatars.githubusercontent.com",
1919
},
20+
{
21+
protocol: "https",
22+
hostname: "pub-85d4dcece16844bf8290aa4b33608ccd.r2.dev",
23+
},
24+
{
25+
protocol: "https",
26+
hostname: "ravencaffeine.github.io",
27+
},
2028
],
2129
},
2230
};

0 commit comments

Comments
 (0)