feat: Allow images from jsDelivr and raw.githubusercontent.com CDNs

This commit is contained in:
mauro-balades
2024-08-27 16:42:40 +02:00
parent 53278bcef6
commit 1cd4943053

View File

@@ -12,7 +12,7 @@ const nextConfig = {
hostname: "cdn.jsdelivr.net", hostname: "cdn.jsdelivr.net",
} }
], ],
domains: ['cdn.jsdelivr.net'], // Allow images from jsDelivr domains: ['cdn.jsdelivr.net', "raw.githubusercontent.com"], // Allow images from jsDelivr
}, },
experimental: { experimental: {
serverActions: { serverActions: {