Skip to content

Commit

Permalink
next config edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Gii committed Mar 14, 2024
1 parent 40b162d commit a6eae53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/composable-nft-renderer-app/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const nextConfig = {
transpilePackages: ['@rmrk-team/nft-renderer', '@rmrk-team/rmrk-evm-utils'],
webpack: (config) => {
config.externals = [...config.externals, { canvas: "canvas" }];
config.externals = [...config.externals, { canvas: 'canvas' }];
return config;
},
};
Expand Down

0 comments on commit a6eae53

Please sign in to comment.