fsdf
This commit is contained in:
parent
ae916f0130
commit
2038336ba3
|
@ -1,6 +1,8 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
ignoreBuildErrors: true,
|
||||
};
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
}
|
||||
|
||||
export default nextConfig;
|
||||
module.exports = nextConfig
|
Loading…
Reference in New Issue