feat: Add support for jsdelivr CDN for images

This commit is contained in:
mauro 🤙
2024-08-27 12:44:32 +00:00
parent c06914d418
commit a948e2f4c5

View File

@@ -6,6 +6,10 @@ const nextConfig = {
protocol: "https",
hostname: "raw.githubusercontent.com",
},
{
protocol: "https",
hostname: "cdn.jsdelivr.net",
}
],
},
experimental: {