easy-clean-bot / next.config.js
akhaliq's picture
akhaliq HF Staff
Upload next.config.js with huggingface_hub
c711a50 verified
raw
history blame contribute delete
141 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'standalone',
}
module.exports = nextConfig