This commit is contained in:
2024-10-08 14:49:19 +08:00
parent ae916f0130
commit 2038336ba3
+6 -4
View File
@@ -1,6 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
ignoreBuildErrors: true,
};
export default nextConfig;
typescript: {
ignoreBuildErrors: true,
},
}
module.exports = nextConfig