Skip to content

Commit

Permalink
🐛 fixed deployment breaking configs
Browse files Browse the repository at this point in the history
  • Loading branch information
katungi committed Jun 28, 2024
1 parent 3ab2576 commit aa465cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion www/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
eslint: {
ignoreDuringBuilds: true,
}
};

export default nextConfig;

0 comments on commit aa465cf

Please sign in to comment.