test-china-heatmap / next.config.mjs
xianbao's picture
xianbao HF staff
Upload folder using huggingface_hub
3343523 verified
raw
history blame contribute delete
No virus
142 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
reactStrictMode: true,
};
export default nextConfig;