This commit is contained in:
zjt
2024-06-24 16:03:17 +08:00
parent 6494149f9f
commit dc2ddc3fa4
19 changed files with 11871 additions and 121 deletions

View File

@@ -1,4 +1,11 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
eslint: {
ignoreDuringBuilds: true,
}
};
export default nextConfig;
export default nextConfig;