Skip to content

Commit

Permalink
fix vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanjohan committed Apr 29, 2024
1 parent b959b32 commit 18ba518
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 787 deletions.
13 changes: 11 additions & 2 deletions packages/nextjs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const nextConfig = {
reactStrictMode: true,
typescript: {
ignoreBuildErrors: true,
ignoreBuildErrors: true
},
eslint: {
ignoreDuringBuilds: true,
Expand All @@ -14,6 +14,15 @@ const nextConfig = {
config.externals.push("pino-pretty", "lokijs", "encoding");
return config;
},
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'fuchsia-defeated-ermine-208.mypinata.cloud',
port: '',
pathname: '/ipfs/',
},
],
},
};

module.exports = nextConfig;
4 changes: 4 additions & 0 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@
"vercel:yolo": "vercel --build-env NEXT_PUBLIC_IGNORE_BUILD_ERROR=true"
},
"dependencies": {
"@apollo/client": "^3.10.1",
"@heroicons/react": "^2.0.11",
"@rainbow-me/rainbowkit": "^2.0.2",
"@tanstack/react-query": "^5.28.6",
"@uniswap/sdk-core": "^4.0.1",
"@uniswap/v2-sdk": "^3.0.1",
"axios": "^1.6.8",
"blo": "^1.0.1",
"daisyui": "4.5.0",
"graphql": "^16.8.1",
"next": "^14.0.4",
"next-themes": "^0.2.1",
"nprogress": "^0.2.0",
Expand All @@ -33,6 +36,7 @@
"usehooks-ts": "^2.13.0",
"viem": "^2.8.16",
"wagmi": "^2.5.12",
"web3": "^4.8.0",
"zustand": "^4.1.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 18ba518

Please sign in to comment.