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