Skip to content

Commit

Permalink
Update next.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
akiraonstarknet authored Jun 22, 2024
1 parent df92782 commit 525c01f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ const nextConfig = {
},
];
},
// async rewrites() {
// return [
// {
// source: '/rpc-api',
// destination: 'https://rpc.nethermind.io/mainnet-juno?apikey=t1HPjhplOyEQpxqVMhpwLGuwmOlbXN0XivWUiPAxIBs0kHVK',
// },
// ]
// },
};

export default nextConfig;

0 comments on commit 525c01f

Please sign in to comment.