Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rudert
/
DECEMBER
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
DECEMBER
/
next.config.ts
Rudert
Upload 8 files
f2ad125
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
157 Bytes
import
type
{
NextConfig
}
from
"next"
;
const
nextConfig
:
NextConfig
= {
/* config options here */
devIndicators
:
false
,
};
export
default
nextConfig;