Removed eslint on build
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import type { NextConfig } from "next"
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true
|
||||
},
|
||||
images: {
|
||||
remotePatterns: [new URL("https://minotar.net/**")]
|
||||
},
|
||||
@@ -12,4 +15,3 @@ const nextConfig: NextConfig = {
|
||||
}
|
||||
|
||||
export default nextConfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user