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