mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
fix: update bridge ui next js image config (#1171)
This commit is contained in:
@@ -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/**",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user