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