Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
cfahlgren1/hub-stats
Nymbo
/
hub-stats
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
hub-stats
/
next.config.mjs
Caleb Fahlgren
add dockerfile build
cf661a0
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
182 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
output
:
'standalone'
,
reactStrictMode
:
true
,
experimental
: {
appDir
:
true
,
},
}
export
default
nextConfig