feat: Allow images from jsDelivr and raw.githubusercontent.com CDNs
This commit is contained in:
@@ -12,7 +12,7 @@ const nextConfig = {
|
||||
hostname: "cdn.jsdelivr.net",
|
||||
}
|
||||
],
|
||||
domains: ['cdn.jsdelivr.net'], // Allow images from jsDelivr
|
||||
domains: ['cdn.jsdelivr.net', "raw.githubusercontent.com"], // Allow images from jsDelivr
|
||||
},
|
||||
experimental: {
|
||||
serverActions: {
|
||||
|
||||
Reference in New Issue
Block a user