Skip to content

Commit 0d17b7f

Browse files
committed
add additional remote pattern for CDN in next config
1 parent 260a209 commit 0d17b7f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

next.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ const nextConfig: NextConfig = {
1111
hostname: "api.apis.guru",
1212
pathname: "/**",
1313
},
14+
{
15+
protocol: "https",
16+
hostname: "cdn.sanity.io",
17+
pathname: "/**",
18+
},
1419
],
15-
1620
},
1721
};
1822

0 commit comments

Comments
 (0)