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