Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NeoPy
/
catchat
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
catchat
/
next.config.ts
NeoPy
Upload folder using huggingface_hub
b9ee0e6
verified
3 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
133 Bytes
import
type
{
NextConfig
}
from
"next"
;
const
nextConfig
:
NextConfig
= {
/* config options here */
};
export
default
nextConfig;