Digit-Classifier / UI /next.config.mjs
Abdul Rafay
updated UI for mobile
8063bc3
raw
history blame contribute delete
181 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
images: {
unoptimized: true,
},
}
export default nextConfig