anycoder-56738132 / next.config.js
ti1a's picture
Upload next.config.js with huggingface_hub
cfed381 verified
Raw
History Blame Contribute Delete
181 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
reactStrictMode: true,
images: {
unoptimized: true,
},
}
module.exports = nextConfig