feat: Allow images from jsDelivr CDN

This commit is contained in:
mauro-balades
2024-08-27 16:39:11 +02:00
parent 8f95457096
commit 53278bcef6

View File

@@ -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: {