diff --git a/next.config.js b/next.config.js index f24e736..ed446a5 100644 --- a/next.config.js +++ b/next.config.js @@ -17,9 +17,10 @@ module.exports = async (phase, { defaultConfig }) => { }, ], }, - // experimental: { - // instrumentationHook: true - // }, + + typescript: { + ignoreBuildErrors: true, + }, webpack(config) { // Grab the existing rule that handles SVG imports const fileLoaderRule = config.module.rules.find((rule) =>