diff --git a/frontend/next.config.js b/frontend/next.config.js index 68c3e0f38..797eabc64 100644 --- a/frontend/next.config.js +++ b/frontend/next.config.js @@ -5,4 +5,7 @@ module.exports = { loader: 'akamai', path: '', }, + typescript: { + ignoreBuildErrors: true, + } }