Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
Raw
History Blame Contribute Delete
139 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
};
module.exports = nextConfig;