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