Fix build issue

This commit is contained in:
Gautam Velpula 2024-02-15 18:05:26 -05:00
parent 0c281bc602
commit 0ca7cc6b29

View File

@ -1,5 +1,8 @@
/** @type {import('next').NextConfig} */
module.exports = {
experimental: {
missingSuspenseWithCSRBailout: false
},
eslint: {
// Disabling on production builds because we're running checks on PRs via GitHub Actions.
ignoreDuringBuilds: true