fix: update bridge ui next js image config (#1171)

This commit is contained in:
Victorien Gauch
2025-06-17 15:45:01 +02:00
committed by GitHub
parent bc1748a6d6
commit c915485fdd

View File

@@ -13,7 +13,13 @@ const nextConfig = {
remotePatterns: [
{
protocol: "https",
hostname: "**",
hostname: "s2.coinmarketcap.com",
pathname: "/static/img/coins/**",
},
{
protocol: "https",
hostname: "assets.coingecko.com",
pathname: "/coins/images/**",
},
],
},