Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Programmer-RD-AI
/
sifa-classification-agentic-rag
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e706c41
sifa-classification-agentic-rag
/
next.config.ts
Programmer-RD-AI
feat: add Paragraph component and types for typography
a8aec61
4 months ago
raw
Copy download link
history
blame
Safe
125 Bytes
import
type
{
NextConfig
}
from
'next'
const
nextConfig
:
NextConfig
= {
devIndicators
:
false
}
export
default
nextConfig