Skip to content

Commit

Permalink
Merge pull request #4 from Vib-UX/fix/avalanche-changes
Browse files Browse the repository at this point in the history
CCIP --> Avalanche, Polygon Amoy
  • Loading branch information
Vib-UX committed Jun 1, 2024
2 parents 2626d6a + a7658e4 commit 91fd93b
Show file tree
Hide file tree
Showing 197 changed files with 33,819 additions and 8,489 deletions.
11 changes: 6 additions & 5 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ const nextConfig = {

reactStrictMode: true,
swcMinify: true,
typescript: {
ignoreBuildErrors: true,
},

// Uncoment to add domain whitelist
// images: {
// domains: [
// 'res.cloudinary.com',
// ],
// },
images: {
domains: ['res.cloudinary.com', 'ipfs.io'],
},

webpack(config) {
// Grab the existing rule that handles SVG imports
Expand Down
Loading

0 comments on commit 91fd93b

Please sign in to comment.