fix: build errors fix attempt

This commit is contained in:
2024-05-19 15:25:30 +02:00
parent 4b828fc692
commit 6a397df8ba

View File

@@ -1,11 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
typescript: {
// !! WARN !!
// Dangerously allow production builds to successfully complete even if
// your project has type errors.
// !! WARN !!
ignoreBuildErrors: true,
eslint: {
// Warning: This allows production builds to successfully complete even if
// your project has ESLint errors.
ignoreDuringBuilds: true,
},
output: "export",
reactStrictMode: true,