website-backend / Frontend /next.config.mjs
khagu's picture
add all files for deployment
9215c5e
raw
history blame contribute delete
181 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
images: {
unoptimized: true,
},
}
export default nextConfig