fixed build errors
This commit is contained in:
@@ -6,8 +6,7 @@ module.exports = removeImports({
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
webpack: (config) => {
|
||||
config.experiments = { ...config.experiments, topLevelAwait: true };
|
||||
return config;
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user