Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
umint/ai
Hamed744
/
ai
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ai
/
next.config.ts
hadadrjt
ai: Migrate to assistant-ui.
091295b
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
144 Bytes
import
type
{
NextConfig
}
from
"next"
;
const
nextConfig
:
NextConfig
= {
// Haven't had time to set it up yet
};
export
default
nextConfig;