feat: Add support for jsdelivr CDN for images
This commit is contained in:
@@ -6,6 +6,10 @@ const nextConfig = {
|
||||
protocol: "https",
|
||||
hostname: "raw.githubusercontent.com",
|
||||
},
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "cdn.jsdelivr.net",
|
||||
}
|
||||
],
|
||||
},
|
||||
experimental: {
|
||||
|
||||
Reference in New Issue
Block a user