Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
muthuk1
/
graphrag-inference-hackathon
like
1
arxiv:
12 papers
Model card
Files
Files and versions
xet
Community
4dd67cd
graphrag-inference-hackathon
/
web
/
next.config.ts
muthuk1
Add next.config.ts
c9af10b
verified
12 days ago
raw
Copy download link
history
blame
Safe
130 Bytes
import
type
{
NextConfig
}
from
"next"
;
const
nextConfig
:
NextConfig
= {
reactStrictMode
:
true
,
};
export
default
nextConfig;