Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
zh-ai-community
/
zh-model-release-heatmap
like
12
Running
App
Files
Files
Community
5
33b65c3
zh-model-release-heatmap
/
next.config.mjs
xianbao
HF staff
Upload folder using huggingface_hub
fb129e5
verified
3 months ago
raw
Copy download link
history
blame
Safe
142 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
output
:
'standalone'
,
reactStrictMode
:
true
,
};
export
default
nextConfig;