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