We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86bc959 + e326710 commit 640e61bCopy full SHA for 640e61b
1 file changed
next.config.mjs
@@ -15,15 +15,18 @@ const config = {
15
remotePatterns: [
16
{
17
protocol: "https",
18
- hostname: "avatars.githubusercontent.com",
+ hostname: "*.githubusercontent.com",
19
+ pathname: "/**",
20
},
21
22
- hostname: "pub-85d4dcece16844bf8290aa4b33608ccd.r2.dev",
23
+ hostname: "*.github.io",
24
25
26
27
- hostname: "ravencaffeine.github.io",
28
+ hostname: "*.r2.dev",
29
30
31
],
32
0 commit comments