anycoder-3f533a5e / next.config.js
Manojsha9530's picture
Upload next.config.js with huggingface_hub
0aeada8
Raw
History Blame Contribute Delete
141 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
reactStrictMode: true,
}
module.exports = nextConfig