Skip to content

Commit 640e61b

Browse files
authored
Merge pull request #144 from Mira190/main
update image config
2 parents 86bc959 + e326710 commit 640e61b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

next.config.mjs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,18 @@ const config = {
1515
remotePatterns: [
1616
{
1717
protocol: "https",
18-
hostname: "avatars.githubusercontent.com",
18+
hostname: "*.githubusercontent.com",
19+
pathname: "/**",
1920
},
2021
{
2122
protocol: "https",
22-
hostname: "pub-85d4dcece16844bf8290aa4b33608ccd.r2.dev",
23+
hostname: "*.github.io",
24+
pathname: "/**",
2325
},
2426
{
2527
protocol: "https",
26-
hostname: "ravencaffeine.github.io",
28+
hostname: "*.r2.dev",
29+
pathname: "/**",
2730
},
2831
],
2932
},

0 commit comments

Comments
 (0)