Skip to content

Commit

Permalink
fix: add remotePatterns of token list images
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesfracari committed Jan 18, 2024
1 parent 516ead0 commit 2d0756e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions apps/cow-tools/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,43 @@ const moduleExports = {
port: "",
pathname: "/balancer/frontend-v2/**",
},
{
protocol: "https",
hostname: "raw.githubusercontent.com",
port: "",
pathname: "/trustwallet/assets/**",
},
{
protocol: "https",
hostname: "raw.githubusercontent.com",
port: "",
pathname: "/cowprotocol/token-lists/**",
},
{
protocol: "https",
hostname: "raw.githubusercontent.com",
port: "",
pathname: "/centfinance/assets/**",
},
{
protocol: "https",
hostname: "cdn.sanity.io",
port: "",
pathname:
"/images/r2mka0oi/production/bf37b9c7fb36c7d3c96d3d05b45c76d89072b777-1800x1800.png",
},
{
protocol: "https",
hostname: "gnosis.mypinata.cloud",
port: "",
pathname: "/ipfs/**",
},
{
protocol: "https",
hostname: "app.stakewise.io",
port: "",
pathname: "/static/images/currencies/**",
},
],
},
};
Expand Down

0 comments on commit 2d0756e

Please sign in to comment.