Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1751 from w3bdesign/development
Browse files Browse the repository at this point in the history
Update next.config.mjs
  • Loading branch information
w3bdesign authored Apr 27, 2024
2 parents 7d2a3cd + 9858e0c commit 4c9499b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ const config = {
headers
}
];
},
webpack: (config) => {
config.resolve.alias.canvas = false;

return config;
}
};
export default config;

0 comments on commit 4c9499b

Please sign in to comment.