Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dcrey7
/
test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
52c9d85
test
/
notme
/
next.config.ts
dcrey7
Upload 522 files
811126d
verified
30 days ago
raw
Copy download link
history
blame
Safe
133 Bytes
import
type
{
NextConfig
}
from
"next"
;
const
nextConfig
:
NextConfig
= {
/* config options here */
};
export
default
nextConfig;