anycoder-e727bf25 / next.config.js
mohammadSaber26's picture
Upload next.config.js with huggingface_hub
26956e0 verified
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
unoptimized: true,
},
reactStrictMode: true,
}
module.exports = nextConfig