Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CaffeinatedCoding
/
ReportRaahat
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fc2e6dd
ReportRaahat
/
frontend
/
next.config.ts
ReportRaahat CI
Deploy from GitHub: cbc36259c5ce4062cd4e64b876308f9378e3ebe2
542c765
30 days ago
raw
Copy download link
history
blame
Safe
126 Bytes
import
type
{
NextConfig
}
from
"next"
const
nextConfig
:
NextConfig
= {
output
:
"standalone"
,
}
export
default
nextConfig