mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-18 04:59:23 +00:00
fix: build errors fix attempt
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user