Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
xianbao
/
cn-heatmap
like
0
License:
apache-2.0
Model card
Files
Files and versions
Community
7d8a788
cn-heatmap
/
next.config.mjs
xianbao
HF staff
Upload folder using huggingface_hub
7d8a788
verified
6 months ago
raw
Copy download link
history
blame
Safe
142 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
output
:
'standalone'
,
reactStrictMode
:
true
,
};
export
default
nextConfig;